curve: Remove unnecessary CofactorGroup documentation (#683)

This commit is contained in:
Aaron Feickert 2025-07-07 20:42:31 -05:00 committed by GitHub
parent 86832640ed
commit 55e3e00d97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1698,7 +1698,6 @@ impl GroupEncoding for SubgroupPoint {
#[cfg(feature = "group")]
impl PrimeGroup for SubgroupPoint {}
/// Ristretto has a cofactor of 1.
#[cfg(feature = "group")]
impl CofactorGroup for EdwardsPoint {
type Subgroup = SubgroupPoint;