Skip to content

Releases: elithrar/simple-scrypt

v1.3.0

02 Apr 16:35
Compare
Choose a tag to compare

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)