simple-scrypt v1.3.0 Release Notes

Release Date: 2018-04-02 // about 6 years ago
  • ๐Ÿ›  A bug in Calibrate was fixed. This bug was based on a misinterpretation of the role of the "r" parameter in scrypt, which is tied to CPU cache lines as opposed to general memory. r is now fixed at a value of 8.

    ๐Ÿ”„ CHANGELOG

    ๐Ÿ›  d150773 [bugfix] Calibrate with fixed r (#13)