File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.8.0 (2022-08-10)
8
+ ### Changed
9
+ - Unpin ` zeroize ` version ([ #41 ] )
10
+ - Upgrade to Rust 2021 edition; MSRV 1.56 ([ #42 ] )
11
+ - Bump ` chacha20 ` to v0.9 ([ #50 ] )
12
+ - Bump ` chacha20poly1305 ` to v0.10 ([ #50 ] )
13
+ - Use ` serdect ` crate ([ #51 ] )
14
+ - Select ` x25519-dalek ` backend automatically ([ #55 ] )
15
+
16
+ ### Removed
17
+ - ` Box ` type alias: use ` SalsaBox ` instead ([ #53 ] )
18
+ - ` u32_backend ` and ` u64_backend ` features: now selected automatically ([ #55 ] )
19
+
20
+ [ #41 ] : https://github.com/RustCrypto/nacl-compat/pull/41
21
+ [ #42 ] : https://github.com/RustCrypto/nacl-compat/pull/42
22
+ [ #50 ] : https://github.com/RustCrypto/nacl-compat/pull/50
23
+ [ #51 ] : https://github.com/RustCrypto/nacl-compat/pull/51
24
+ [ #53 ] : https://github.com/RustCrypto/nacl-compat/pull/53
25
+ [ #55 ] : https://github.com/RustCrypto/nacl-compat/pull/55
26
+
7
27
## 0.7.2 (2022-03-21)
8
28
### Fixed
9
29
- Building on docs.rs ([ #30 ] )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " crypto_box"
3
- version = " 0.8.0-pre "
3
+ version = " 0.8.0"
4
4
description = """
5
5
Pure Rust implementation of NaCl's crypto_box public-key authenticated
6
6
encryption primitive which combines the X25519 Elliptic Curve Diffie-Hellman
You can’t perform that action at this time.
0 commit comments