فهرست منبع

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
      * @default
      */
      */
     PRNG_BYTES: 32,
     PRNG_BYTES: 32,
+    /**
+     * @constant
+     * @default
+     */
     PRNG_OUTPUT: ["Hex", "Integer", "Byte array", "Raw"],
     PRNG_OUTPUT: ["Hex", "Integer", "Byte array", "Raw"],
 
 
     /**
     /**