Change pool size back to 256 bytes.
This commit is contained in:
parent
76704bfce2
commit
d389e975fe
2 changed files with 2 additions and 4 deletions
|
@ -1508,8 +1508,7 @@ if (typeof Crypto == "undefined" || !Crypto.util) {
|
|||
|
||||
// Pool size must be a multiple of 4 and greater than 32.
|
||||
// An array of bytes the size of the pool will be passed to init()
|
||||
sr.poolSize = 512;
|
||||
|
||||
sr.poolSize = 256;
|
||||
|
||||
// --- object methods ---
|
||||
|
||||
|
|
|
@ -21,8 +21,7 @@
|
|||
|
||||
// Pool size must be a multiple of 4 and greater than 32.
|
||||
// An array of bytes the size of the pool will be passed to init()
|
||||
sr.poolSize = 512;
|
||||
|
||||
sr.poolSize = 256;
|
||||
|
||||
// --- object methods ---
|
||||
|
||||
|
|
Loading…
Reference in a new issue