Added documentation.

This commit is contained in:
n1474335 2018-01-12 22:14:06 +00:00
parent 2762319dbb
commit 4cc38db895

View File

@ -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"],
/**