Added Snefru hashing operation

This commit is contained in:
n1474335 2017-09-27 15:33:14 +00:00
parent d924da2f25
commit 7557e1e9e5
7 changed files with 115 additions and 4 deletions

View file

@ -33,6 +33,7 @@ OpModules.Hashing = {
"RIPEMD": Hash.runRIPEMD,
"HAS-160": Hash.runHAS,
"Whirlpool": Hash.runWhirlpool,
"Snefru": Hash.runSnefru,
"HMAC": Hash.runHMAC,
"Fletcher-8 Checksum": Checksum.runFletcher8,
"Fletcher-16 Checksum": Checksum.runFletcher16,