Revert comment changes that are no longer relevant, now that we don't expose the isogenous curves in the API

This commit is contained in:
Daira Hopwood 2021-02-20 21:54:50 +00:00 committed by GitHub
parent a14eccc13d
commit 642aad68a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ pub trait Curve:
/// Obtains the additive identity.
fn zero() -> Self;
/// Obtains the base point of the curve, if defined.
/// Obtains the base point of the curve.
fn one() -> Self;
/// Doubles this element.
@ -162,7 +162,7 @@ pub trait CurveAffine:
/// Obtains the additive identity.
fn zero() -> Self;
/// Obtains the base point of the curve, if defined.
/// Obtains the base point of the curve.
fn one() -> Self;
/// Returns whether or not this element is the identity.