diff --git a/ed_on_bls12_381_bandersnatch/src/curves/mod.rs b/ed_on_bls12_381_bandersnatch/src/curves/mod.rs index d1b039e..612934c 100644 --- a/ed_on_bls12_381_bandersnatch/src/curves/mod.rs +++ b/ed_on_bls12_381_bandersnatch/src/curves/mod.rs @@ -16,7 +16,7 @@ pub type EdwardsProjective = Projective; pub type SWAffine = short_weierstrass::Affine; pub type SWProjective = short_weierstrass::Projective; -/// `bandersnatch` is a twisted Edwards curve. These curves have equations of +/// `bandersnatch` is an incomplete twisted Edwards curve. These curves have equations of /// the form: ax² + y² = 1 - dx²y². /// over some base finite field Fq. ///