mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
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:
parent
a14eccc13d
commit
642aad68a3
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue