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 Aug 2, 2024
1 parent 0964f80 commit e238906
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 e238906

Please sign in to comment.