From fae96af17d04d7da519449597b03e1467c478db4 Mon Sep 17 00:00:00 2001 From: n1073645 Date: Fri, 24 Apr 2020 14:13:55 +0100 Subject: [PATCH] Info for sm3 added --- src/core/operations/SM3.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/SM3.mjs b/src/core/operations/SM3.mjs index c2c1fa5d..a489c9be 100644 --- a/src/core/operations/SM3.mjs +++ b/src/core/operations/SM3.mjs @@ -23,7 +23,7 @@ class SM3 extends Operation { this.name = "SM3"; this.module = "Crypto"; this.description = "SM3 is a cryptographic hash function used in the Chinese National Standard. SM3 is mainly used in digital signatures, message authentication codes, and pseudorandom number generators. The message digest algorithm consists, by default, of 64 rounds and length of 256."; - this.infoURL = ""; + this.infoURL = "https://wikipedia.org/wiki/SM3_(hash_function)"; this.inputType = "ArrayBuffer"; this.outputType = "string"; this.args = [