mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 15:56:16 -04:00
Added to Categories and updated info URL's
This commit is contained in:
parent
2d7e3f180e
commit
908043fb7f
3 changed files with 5 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
|
@ -21,7 +21,7 @@ class BLAKE2s extends Operation {
|
|||
this.name = "BLAKE2s";
|
||||
this.module = "Hashing";
|
||||
this.description = "Performs BLAKE2s 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)#BLAKE2";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue