Skip to content

Commit

Permalink
crypto_kx v0.1.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Aug 14, 2022
1 parent 95b5536 commit f6852b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions crypto_kx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,17 @@ 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.1.0 (2022-08-13)
### Changed
- Bump `blake2` to v0.10 ([#22])
- Upgrade to Rust 2021 edition; MSRV 1.56 ([#42])
- Use `serdect` crate ([#59])
- Select `x25519-dalek` backend automatically ([#60])

[#22]: https://github.com/RustCrypto/nacl-compat/pull/22
[#42]: https://github.com/RustCrypto/nacl-compat/pull/42
[#59]: https://github.com/RustCrypto/nacl-compat/pull/59
[#60]: https://github.com/RustCrypto/nacl-compat/pull/60

## 0.0.1 (2021-09-13)
- Initial release
2 changes: 1 addition & 1 deletion crypto_kx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crypto_kx"
version = "0.1.0-pre"
version = "0.1.0"
description = "Pure Rust implementation of libsodium's crypto_kx using BLAKE2"
authors = ["C4DT", "RustCrypto Developers"]
license = "Apache-2.0 OR MIT"
Expand Down

0 comments on commit f6852b2

Please sign in to comment.