Releases: elithrar/simple-scrypt
Releases · elithrar/simple-scrypt
v1.3.0
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)