mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Updated Whirlpool and HAS-160 operations to work with modules
This commit is contained in:
parent
7966b2bde6
commit
e2a35ea844
3 changed files with 6 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue