Skip to content

Commit

Permalink
Remove unnecessary CofactorGroup documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Jan 3, 2025
1 parent 43a16f0 commit 009baec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion curve25519-dalek/src/edwards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1581,7 +1581,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;
Expand Down

0 comments on commit 009baec

Please sign in to comment.