From 4cc38db895348977308c71e2aec6d04cd5530546 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Fri, 12 Jan 2018 22:14:06 +0000 Subject: [PATCH] Added documentation. --- src/core/operations/Cipher.js | 4 ++++ 1 file changed, 4 insertions(+) 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"], /**