mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Added latest changelog entries to readme
This commit is contained in:
parent
d7140146f2
commit
87fc5310b8
1 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,8 @@ latest breaking changes are below:
|
||||||
* Make `digest` an optional feature
|
* Make `digest` an optional feature
|
||||||
* Make `rand_core` an optional feature
|
* Make `rand_core` an optional feature
|
||||||
* Replace methods `Scalar::{zero, one}` with constants `Scalar::{ZERO, ONE}`
|
* 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
|
* Deprecate `EdwardsPoint::hash_from_bytes` and rename it
|
||||||
`EdwardsPoint::nonspec_map_to_curve`
|
`EdwardsPoint::nonspec_map_to_curve`
|
||||||
* Require including a new trait, `use curve25519_dalek::traits::BasepointTable`
|
* Require including a new trait, `use curve25519_dalek::traits::BasepointTable`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue