mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 10:06:58 -04:00
Merge pull request #2037 from gchq/bugfix/update-generateallchecksums-infourl
Update GenerateAllChecksums infoURL
This commit is contained in:
commit
7ecf8dfdaa
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class GenerateAllChecksums extends Operation {
|
||||||
this.name = "Generate all checksums";
|
this.name = "Generate all checksums";
|
||||||
this.module = "Crypto";
|
this.module = "Crypto";
|
||||||
this.description = "Generates all available checksums for the input.";
|
this.description = "Generates all available checksums for the input.";
|
||||||
this.infoURL = "https://wikipedia.org/wiki/Cyclic_redundancy_check";
|
this.infoURL = "https://wikipedia.org/wiki/Checksum";
|
||||||
this.inputType = "ArrayBuffer";
|
this.inputType = "ArrayBuffer";
|
||||||
this.outputType = "string";
|
this.outputType = "string";
|
||||||
this.args = [
|
this.args = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue