Browse Source

Added documentation.

n1474335 7 năm trước cách đây
mục cha
commit
4cc38db895
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      src/core/operations/Cipher.js

+ 4 - 0
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"],
 
     /**