From 87fc5310b8bd874415404ab3260bee253ea5f6d4 Mon Sep 17 00:00:00 2001 From: Michael Rosenberg Date: Mon, 12 Dec 2022 18:03:58 -0500 Subject: [PATCH] Added latest changelog entries to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 283a182..47340f0 100644 --- a/README.md +++ b/README.md @@ -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`