From cd8d75c429fb8b29e81853d27ec39e23db1f68d2 Mon Sep 17 00:00:00 2001 From: chandan Date: Thu, 3 Oct 2019 16:36:55 +0530 Subject: [PATCH] fourth --- tests/operations/tests/Hash.mjs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/operations/tests/Hash.mjs b/tests/operations/tests/Hash.mjs index 9da5cfb6..fc29c098 100644 --- a/tests/operations/tests/Hash.mjs +++ b/tests/operations/tests/Hash.mjs @@ -6,8 +6,18 @@ * @license Apache-2.0 */ import TestRegister from "../../lib/TestRegister.mjs"; + + + TestRegister.addTests([ +{document.getElementById("MD5").value=hex_md5(document.getElementById('"Hello, World!") +}, +{document.getElementById("SHA1").value=hex_sha1(document.getElementById('"Hello, World!") +}, +{document.getElementById("SHA256").value=hex_sha256(document.getElementById('"Hello, World!") +}, { name: "MD2", input: "Hello, World!", @@ -41,6 +51,8 @@ TestRegister.addTests([ } ] }, + + { name: "MD6", input: "Hello, World!",