소스 검색

Added documentation.

n1474335 7 년 전
부모
커밋
4cc38db895
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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"],
 
     /**