Bugfix release 1.0.1
- Enforced parameter requirements that libscrypt has for MCF form hashes.
Initial release could accept parameters for scrypt_mcf that scrypt_mcf_check
didn't support when using libscrypt backend.
- Fixed documentation and tests.
Github link: pylibscrypt v1.0.1
Bugfix release 1.0.2
Packaging fix:
- CHANGES was installed in a random location
Github link: pylibscrypt v1.0.2
Bugfix release 1.0.3
- Guard against some libscrypt bugs found in older versions.
- Fix broken package import when libscrypt isn't available
Github link: pylibscrypt v1.0.3
Initial release 1.0.0
Github link: pylibscrypt v1.0.0
Feature release 1.1.0
- On cPython libsodium is used for salsa20/8, for a 4x speedup when C scrypt
is not available but libsodium is (optional).
- Tests have been converted to unittest. More readable and more coverage.
Github link: pylibscrypt v1.1.0