2
0
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:
es45411
2025-05-12 12:35:23 +01:00
committed by GitHub

View File

@@ -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 = [