mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-16 08:58:30 +01:00
Added documentation.
This commit is contained in:
parent
2762319dbb
commit
4cc38db895
1 changed files with 4 additions and 0 deletions
|
@ -521,6 +521,10 @@ DES uses a key length of 8 bytes (64 bits).`;
|
|||
* @default
|
||||
*/
|
||||
PRNG_BYTES: 32,
|
||||
/**
|
||||
* @constant
|
||||
* @default
|
||||
*/
|
||||
PRNG_OUTPUT: ["Hex", "Integer", "Byte array", "Raw"],
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue