2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-05 23:53:27 +00:00

Update GenerateAllChecksums infoURL

This commit is contained in:
es45411
2025-05-12 11:34:15 +00:00
parent 66d445c5ef
commit 1bc3105002

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