Skip to content

Commit

Permalink
Add CHANGELOG.md entries
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 12, 2022
1 parent 5ee3a07 commit c51ba24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ major series.
* Deprecate `EdwardsPoint::hash_from_bytes` and rename it `EdwardsPoint::nonspec_map_to_curve`
* Require including a new trait, `use curve25519_dalek::traits::BasepointTable`
whenever using `EdwardsBasepointTable` or `RistrettoBasepointTable`
* `Scalar::from_canonical_bytes` now returns `CtOption`
* `Scalar::is_canonical` now returns `Choice`

#### Other changes

Expand Down

0 comments on commit c51ba24

Please sign in to comment.