Przeglądaj źródła

Added documentation.

n1474335 7 lat temu
rodzic
commit
4cc38db895
1 zmienionych plików z 4 dodań i 0 usunięć
  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"],
 
     /**