Added 'MD2', 'MD4' and 'SHA0' operations. Closes #52.

This commit is contained in:
n1474335 2017-01-16 16:40:43 +00:00
parent 2257754b94
commit ba8524ca79
12 changed files with 1337 additions and 32 deletions

View file

@ -214,7 +214,10 @@ var Categories = [
ops: [
"Analyse hash",
"Generate all hashes",
"MD2",
"MD4",
"MD5",
"SHA0",
"SHA1",
"SHA224",
"SHA256",