Change pool size back to 256 bytes.

This commit is contained in:
onovy 2014-01-15 14:23:27 +01:00
parent 76704bfce2
commit d389e975fe
2 changed files with 2 additions and 4 deletions

View file

@ -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 ---

View file

@ -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 ---