File tree Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Expand file tree Collapse file tree 2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Entries are listed in reverse chronological order.
4
4
5
- ## 2.0.0-alpha.2
6
-
7
- * Require ` subtle = ^2.2.1 ` and remove the note advising nightly Rust, which is
8
- no longer required as of that version of ` subtle ` . See the ` subtle `
9
- changelog for more details.
10
-
11
- ## 2.0.0-alpha.1
12
-
13
- * Update ` README.md ` for ` 2.x ` series.
14
- * Fix a ` Zeroize ` -related build issue in the AVX2 backend.
15
-
16
- ## 2.0.0-alpha.0
5
+ ## 2.0.0
17
6
18
7
* Fix a data modeling error in the ` serde ` feature pointed out by Trevor Perrin
19
8
which caused points and scalars to be serialized with length fields rather
20
9
than as fixed-size 32-byte arrays. This is a breaking change, but it fixes
21
10
compatibility with ` serde-json ` and ensures that the ` serde-bincode ` encoding
22
11
matches the conventional encoding for X/Ed25519.
23
12
* Update ` rand_core ` to ` 0.5 ` , allowing use with new ` rand ` versions.
13
+ * Switch from ` clear_on_drop ` to ` zeroize ` (by Tony Arcieri).
14
+ * Require ` subtle = ^2.2.1 ` and remove the note advising nightly Rust, which is
15
+ no longer required as of that version of ` subtle ` . See the ` subtle `
16
+ changelog for more details.
17
+ * Update ` README.md ` for ` 2.x ` series.
24
18
* Remove the ` build.rs ` hack which loaded the entire crate into its own
25
19
` build.rs ` to generate constants, and keep the constants in the source code.
26
20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " curve25519-dalek"
3
- version = " 2.0.0-alpha.2 "
3
+ version = " 2.0.0"
4
4
authors = [
" Isis Lovecruft <[email protected] >" ,
5
5
" Henry de Valence <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments