Skip to content

Commit

Permalink
fix: confusing commment on Curve trait
Browse files Browse the repository at this point in the history
  • Loading branch information
nhtyy committed Dec 20, 2024
1 parent 8bb3381 commit 42d51ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions elliptic-curve/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ pub trait Curve: 'static + Copy + Clone + Debug + Default + Eq + Ord + Send + Sy
+ FieldBytesEncoding<Self>
+ ShrAssign<usize>;

/// Order of this elliptic curve, i.e. number of elements in the scalar
/// field.
/// Order of the group formed by the elliptic cruves points.
const ORDER: Self::Uint;
}

Expand Down

0 comments on commit 42d51ad

Please sign in to comment.