Skip to content

Commit f70a34c

Browse files
authored
crypto_box v0.6.0 (#296)
1 parent 2d2e588 commit f70a34c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto_box/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 0.6.0 (2021-04-29)
8+
### Changed
9+
- Bump `chacha20poly1305` crate dependency to v0.8 ([#290])
10+
- Bump `xsalsa20poly1305` crate dependency to v0.7 ([#291])
11+
- Bump `rand_core` crate dependency to v0.6 ([#292])
12+
13+
### SECURITY
14+
- Fix XChaCha20Poly1305 key derivation ([#295])
15+
16+
[#290]: https://github.com/RustCrypto/AEADs/pull/290
17+
[#291]: https://github.com/RustCrypto/AEADs/pull/291
18+
[#292]: https://github.com/RustCrypto/AEADs/pull/292
19+
[#295]: https://github.com/RustCrypto/AEADs/pull/295
20+
721
## 0.5.0 (2020-10-16)
822
### Added
923
- `ChaChaBox` ([#225])

crypto_box/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "crypto_box"
3-
version = "0.6.0-pre"
3+
version = "0.6.0"
44
description = """
55
Pure Rust implementation of NaCl's crypto_box public-key authenticated
66
encryption primitive which combines the X25519 Elliptic Curve Diffie-Hellman

0 commit comments

Comments
 (0)