mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Added Snefru hashing operation
This commit is contained in:
parent
d924da2f25
commit
7557e1e9e5
7 changed files with 115 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue