From 2854d4e60c550f076ed714af21983076df630958 Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Tue, 28 Mar 2023 16:55:16 -0400 Subject: [PATCH] Added Scalar::reduce removal to changelog --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 234c31094..f8ba149e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 788e10795..bbff7acb4 100644 --- a/README.md +++ b/README.md @@ -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`