Explorar o código

Added MD6 to 'Generate all hashes' operation

n1474335 %!s(int64=8) %!d(string=hai) anos
pai
achega
bbd85a491b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/operations/Hash.js

+ 1 - 0
src/core/operations/Hash.js

@@ -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, []) +