mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-08 21:00:40 +00:00
Add note on 2.x breaking changes.
This commit is contained in:
parent
8e6b646e64
commit
1bd18de291
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -48,6 +48,18 @@ your project's `Cargo.toml`:
|
||||||
curve25519-dalek = "2"
|
curve25519-dalek = "2"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The `2.x` series has API almost entirely unchanged from the `1.x` series,
|
||||||
|
except that:
|
||||||
|
|
||||||
|
* an error in the data modeling for the (optional) `serde` feature was
|
||||||
|
corrected, so that when the `2.x`-series `serde` implementation is used
|
||||||
|
with `serde-bincode`, the derived serialization matches the usual X/Ed25519
|
||||||
|
formats;
|
||||||
|
|
||||||
|
* the `rand` version was updated.
|
||||||
|
|
||||||
|
See `CHANGELOG.md` for more details.
|
||||||
|
|
||||||
# Backends and Features
|
# Backends and Features
|
||||||
|
|
||||||
The `nightly` feature enables features available only when using a Rust nightly
|
The `nightly` feature enables features available only when using a Rust nightly
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue