Skip to content

Releases: ricmoo/scrypt-js

NPM Release 3.0.0

13 Nov 11:51
e55eb39
Compare
Choose a tag to compare
  • Added synchronous function

Version 2.0.3

01 Aug 23:59
Compare
Choose a tag to compare

Minor Updates:

  • values for N, r, p and dkLen are coerced into integers (if strings, for example, which was causing problems)
  • no longer uses Buffer at all, so no requirement for the slowBuffer.

Version 2.0.0

09 Apr 21:52
Compare
Choose a tag to compare
  • Now uses Uint32Array internally (instead of buffer)
  • Other optimizations
  • Requires an array/buffer-like object in, and returns an array; no buffer library required