- Introduce RBS types
- Expose p parameter
- Address potential memory leak. Unlikely to be exploitable.
- Defaults to Argon2id for new hashes
- Support for verifying Argon2id format
- Documentation updates
- Pulled latest reference
- Fix build on SmartOS
- Fix verify against externally created hashes with different salt lengths
- Backward compat with version 1.0 hashes
- API change - 'new' becomes 'create'
- Version 1.3 of the Argon2 algorithm pulled in
- Fix bug on verifying binary password
- Introduce handling of binary input, including NULL containing UTF-16
- Implement property testing variable TEST_CHECKS
- Use $CC instead of hardcoded gcc. Allows builds on more systems.
- Initial release