mirror of
https://github.com/gchq/CyberChef
synced 2025-12-26 05:03:22 +00:00
Added to Categories and updated info URL's
This commit is contained in:
@@ -21,7 +21,7 @@ class BLAKE2b extends Operation {
|
||||
this.name = "BLAKE2b";
|
||||
this.module = "Hashing";
|
||||
this.description = "Performs BLAKE2b hashing on the input. Returns the output HEX encoded.";
|
||||
this.infoURL = "https://en.wikipedia.org/wiki/BLAKE_(hash_function)#BLAKE2";
|
||||
this.infoURL = "https://wikipedia.org/wiki/BLAKE_(hash_function)#BLAKE2b_algorithm";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user