Added MD6 to 'Generate all hashes' operation

This commit is contained in:
n1474335 2017-09-12 14:23:36 +00:00
parent a736be7ca8
commit bbd85a491b
1 changed files with 1 additions and 0 deletions

View File

@ -240,6 +240,7 @@ const Hash = {
output = "MD2: " + Hash.runMD2(input, []) +
"\nMD4: " + Hash.runMD4(input, []) +
"\nMD5: " + Hash.runMD5(input, []) +
"\nMD6: " + Hash.runMD6(input, []) +
"\nSHA0: " + Hash.runSHA0(input, []) +
"\nSHA1: " + Hash.runSHA1(input, []) +
"\nSHA2 224: " + Hash.runSHA224(input, []) +