This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
Releases: aw/picolisp-bcrypt
Releases · aw/picolisp-bcrypt
Release v2.0.0
Production release
v1.0.0 Production release
v0.4.1
Prevent timing attacks
- Update
bcrypt
native C library. - Use
bcrypt_checkpw
function which protects against timing attacks.
v0.3.1
Replace git submodules with Makefile
- Remove the need for git submodules
- Add Makefile for fetching and building dependencies
- Change default path for dependencies and shared module (.modules and .lib)
- Adjust README.md, tests and travis-ci unit testing config