Added to Categories and updated info URL's
This commit is contained in:
parent
2d7e3f180e
commit
908043fb7f
@ -313,7 +313,9 @@
|
|||||||
"Adler-32 Checksum",
|
"Adler-32 Checksum",
|
||||||
"CRC-16 Checksum",
|
"CRC-16 Checksum",
|
||||||
"CRC-32 Checksum",
|
"CRC-32 Checksum",
|
||||||
"TCP/IP Checksum"
|
"TCP/IP Checksum",
|
||||||
|
"BLAKE2b",
|
||||||
|
"BLAKE2s"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -21,7 +21,7 @@ class BLAKE2b extends Operation {
|
|||||||
this.name = "BLAKE2b";
|
this.name = "BLAKE2b";
|
||||||
this.module = "Hashing";
|
this.module = "Hashing";
|
||||||
this.description = "Performs BLAKE2b hashing on the input. Returns the output HEX encoded.";
|
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.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [
|
this.args = [
|
||||||
|
|||||||
@ -21,7 +21,7 @@ class BLAKE2s extends Operation {
|
|||||||
this.name = "BLAKE2s";
|
this.name = "BLAKE2s";
|
||||||
this.module = "Hashing";
|
this.module = "Hashing";
|
||||||
this.description = "Performs BLAKE2s hashing on the input. Returns the output HEX encoded.";
|
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.inputType = "string";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [
|
this.args = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user