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