rust-bitcoin-unsafe-fast/chacha20_poly1305/CHANGELOG.md

12 lines
303 B
Markdown

# 0.1.2 - 2025-05-15
* Fixed a bug which was doubling the amount of work, performance should be improved [#4083](https://github.com/rust-bitcoin/rust-bitcoin/pull/4083).
# 0.1.1 - 2024-11-07
* The crate is now `no_std`.
# 0.1.0 - 2024-10-28
* Initial release to create the chacha20-poly1305 crate.