All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Secure compare function to mitigate timing attack.
- Rename library in
pkcs5
- Remove testing hex encoding module.
- Export shortcut functions in
pkcs5
module. - Update documentation.
- Format code with new style.
- Hardcoded
sha512
digest inpkcs:pbkdf2/4
function.
- PBKDF2 algorithm.