mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Merge pull request #2037 from gchq/bugfix/update-generateallchecksums-infourl
Update GenerateAllChecksums infoURL
This commit is contained in:
@@ -26,7 +26,7 @@ class GenerateAllChecksums extends Operation {
|
||||
this.name = "Generate all checksums";
|
||||
this.module = "Crypto";
|
||||
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.outputType = "string";
|
||||
this.args = [
|
||||
|
||||
Reference in New Issue
Block a user