mldsa-0.1.1.0: CHANGELOG.md
# Changelog for `mldsa`
## 0.1.1.0 - 2026-08-16
* Remove redundant hashing for mu and rho'' during signature generation
* Use cached public-key hash during signature verification
* Improve performance of modular reduction with the NCG
* Use `finally` instead of masking asynchronous exceptions while hashing the
entire message
* Add value barriers to prevent LLVM from introducing unwanted branches
* Refresh the test vectors
## 0.1.0.0 - 2026-07-05
* First version. Released on an unsuspecting world.