From 67d5a8582e9259a341c8dc252f8e096390e60bfe Mon Sep 17 00:00:00 2001 From: kevaundray Date: Mon, 1 Aug 2022 18:32:08 +0100 Subject: [PATCH] Document Bandersnatch as an incomplete twisted Edwards curve (#85) --- ed_on_bls12_381_bandersnatch/src/curves/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///