mirror of
https://github.com/gchq/CyberChef
synced 2025-12-15 07:43:22 +00:00
Added webpack-bundle-analyzer to production build. Refactored some modules to improve performance. Removed moment-timezone from Utils to drastically reduce module size.
This commit is contained in:
@@ -20,7 +20,7 @@ class Shake extends Operation {
|
||||
super();
|
||||
|
||||
this.name = "Shake";
|
||||
this.module = "Hashing";
|
||||
this.module = "Crypto";
|
||||
this.description = "Shake is an Extendable Output Function (XOF) of the SHA-3 hash algorithm, part of the Keccak family, allowing for variable output length/size.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/SHA-3#Instances";
|
||||
this.inputType = "ArrayBuffer";
|
||||
|
||||
Reference in New Issue
Block a user