From 55e3e00d97aa91ed5e852547923fc772101a5fe0 Mon Sep 17 00:00:00 2001 From: Aaron Feickert <66188213+AaronFeickert@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:42:31 -0500 Subject: [PATCH] curve: Remove unnecessary `CofactorGroup` documentation (#683) --- curve25519-dalek/src/edwards.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/curve25519-dalek/src/edwards.rs b/curve25519-dalek/src/edwards.rs index 7206d64..1e94447 100644 --- a/curve25519-dalek/src/edwards.rs +++ b/curve25519-dalek/src/edwards.rs @@ -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;