Skip to content

Commit

Permalink
Added Scalar::reduce removal to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rozbb committed Mar 28, 2023
1 parent a64d72a commit 2854d4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ major series.
* `Scalar::from_canonical_bytes` now returns `CtOption`
* `Scalar::is_canonical` now returns `Choice`
* Gate `Scalar::from_bits` behind the `legacy_compatibility` feature
* Remove `Scalar::from_bits_clamped`
* Remove `Scalar::from_bits_clamped` and `Scalar::reduce`

#### Other changes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ latest breaking changes are below:
* `Scalar::from_canonical_bytes` now returns `CtOption`
* `Scalar::is_canonical` now returns `Choice`
* Gate `Scalar::from_bits` behind the `legacy_compatibility` feature
* Remove `Scalar::from_bits_clamped`
* Remove `Scalar::from_bits_clamped` and `Scalar::reduce`
* Deprecate `EdwardsPoint::hash_from_bytes` and rename it
`EdwardsPoint::nonspec_map_to_curve`
* Require including a new trait, `use curve25519_dalek::traits::BasepointTable`
Expand Down

0 comments on commit 2854d4e

Please sign in to comment.