mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-10 21:21:13 +00:00
curve: Remove unnecessary CofactorGroup documentation (#683)
This commit is contained in:
parent
86832640ed
commit
55e3e00d97
1 changed files with 0 additions and 1 deletions
|
|
@ -1698,7 +1698,6 @@ impl GroupEncoding for SubgroupPoint {
|
||||||
#[cfg(feature = "group")]
|
#[cfg(feature = "group")]
|
||||||
impl PrimeGroup for SubgroupPoint {}
|
impl PrimeGroup for SubgroupPoint {}
|
||||||
|
|
||||||
/// Ristretto has a cofactor of 1.
|
|
||||||
#[cfg(feature = "group")]
|
#[cfg(feature = "group")]
|
||||||
impl CofactorGroup for EdwardsPoint {
|
impl CofactorGroup for EdwardsPoint {
|
||||||
type Subgroup = SubgroupPoint;
|
type Subgroup = SubgroupPoint;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue