Updated Whirlpool and HAS-160 operations to work with modules

This commit is contained in:
n1474335 2017-09-22 17:01:39 +00:00
parent 7966b2bde6
commit e2a35ea844
3 changed files with 6 additions and 4 deletions

View file

@ -31,6 +31,8 @@ OpModules.Hashing = {
"Keccak": Hash.runKeccak,
"Shake": Hash.runShake,
"RIPEMD": Hash.runRIPEMD,
"HAS-160": Hash.runHAS,
"Whirlpool": Hash.runWhirlpool,
"HMAC": Hash.runHMAC,
"Fletcher-8 Checksum": Checksum.runFletcher8,
"Fletcher-16 Checksum": Checksum.runFletcher16,