Added latest changelog entries to readme

This commit is contained in:
Michael Rosenberg 2022-12-12 18:03:58 -05:00
parent d7140146f2
commit 87fc5310b8
No known key found for this signature in database

View file

@ -74,6 +74,8 @@ latest breaking changes are below:
* Make `digest` an optional feature
* Make `rand_core` an optional feature
* Replace methods `Scalar::{zero, one}` with constants `Scalar::{ZERO, ONE}`
* `Scalar::from_canonical_bytes` now returns `CtOption`
* `Scalar::is_canonical` now returns `Choice`
* Deprecate `EdwardsPoint::hash_from_bytes` and rename it
`EdwardsPoint::nonspec_map_to_curve`
* Require including a new trait, `use curve25519_dalek::traits::BasepointTable`