Skip to content

Commit

Permalink
crypto_kx v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 22, 2023
1 parent e29491f commit dc9c190
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions crypto_kx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.0 (2023-07-22)
### Changed
- Use `curve25519-dalek`; MSRV 1.60 ([#89], [#130])
- Use `CryptoRngCore` ([#132])

[#89]: https://github.com/RustCrypto/nacl-compat/pull/89
[#130]: https://github.com/RustCrypto/nacl-compat/pull/130
[#132]: https://github.com/RustCrypto/nacl-compat/pull/132

## 0.1.0 (2022-08-13)
### Changed
- Bump `blake2` to v0.10 ([#22])
Expand Down

0 comments on commit dc9c190

Please sign in to comment.