Feature release: - 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 better coverage.
1.0.3
-- 2014-5-5
Bugfix release: - Guard against some libscrypt bugs found in older versions. - Fix broken package import when libscrypt isn't available
1.0.2
-- 2014-5-3
Packaging fix
1.0.1
-- 2014-5-3
Bugfix release: - 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.