Merge pull request #2037 from gchq/bugfix/update-generateallchecksums-infourl
Some checks are pending
CodeQL Analysis / Analyze (push) Waiting to run
Master Build, Test & Deploy / main (push) Waiting to run

Update GenerateAllChecksums infoURL
This commit is contained in:
es45411 2025-05-12 12:35:23 +01:00 committed by GitHub
commit 7ecf8dfdaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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