Skip to content

Commit

Permalink
Merge pull request #62 from onovy/poolSize-256
Browse files Browse the repository at this point in the history
Change pool size back to 256 bytes.
  • Loading branch information
pointbiz committed Jan 15, 2014
2 parents 76704bf + d389e97 commit cc691c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions bitaddress.org.html
Original file line number Diff line number Diff line change
Expand Up @@ -1508,8 +1508,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 ---

Expand Down
3 changes: 1 addition & 2 deletions src/securerandom.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---

Expand Down

0 comments on commit cc691c8

Please sign in to comment.