diff --git a/src/core/operations/Cipher.js b/src/core/operations/Cipher.js index c253cfbe..d47f9569 100755 --- a/src/core/operations/Cipher.js +++ b/src/core/operations/Cipher.js @@ -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"], /**