Skip to content

Commit

Permalink
Revert "fixes finnicky code by making it less finnicky (rust-g shenan…
Browse files Browse the repository at this point in the history
…igans)"

This reverts commit a7c3e95.
  • Loading branch information
Djiq committed Oct 3, 2022
1 parent a7c3e95 commit b77045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/rust_g.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
#define rustg_hash_string(algorithm, text) call(RUST_G, "hash_string")(algorithm, text)
#define rustg_hash_file(algorithm, fname) call(RUST_G, "hash_file")(algorithm, fname)
#define rustg_hash_generate_totp(seed) call(RUST_G, "generate_totp")(seed)
#define rustg_hash_generate_totp_tolerance(seed, tolerance) call(RUST_G, "generate_totp_tolerance")(seed, "[tolerance]")
#define rustg_hash_generate_totp_tolerance(seed, tolerance) call(RUST_G, "generate_totp_tolerance")(seed, tolerance)

#define RUSTG_HASH_MD5 "md5"
#define RUSTG_HASH_SHA1 "sha1"
Expand Down

0 comments on commit b77045b

Please sign in to comment.