diff --git a/elliptic-curve/src/lib.rs b/elliptic-curve/src/lib.rs index ff5acd88f..b38360d56 100644 --- a/elliptic-curve/src/lib.rs +++ b/elliptic-curve/src/lib.rs @@ -191,8 +191,7 @@ pub trait Curve: 'static + Copy + Clone + Debug + Default + Eq + Ord + Send + Sy + FieldBytesEncoding + ShrAssign; - /// 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; }