Browse Source

Document Bandersnatch as an incomplete twisted Edwards curve (#85)

update-to-latest-arkworks
kevaundray 2 years ago
committed by GitHub
parent
commit
67d5a8582e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ed_on_bls12_381_bandersnatch/src/curves/mod.rs

+ 1
- 1
ed_on_bls12_381_bandersnatch/src/curves/mod.rs

@ -16,7 +16,7 @@ pub type EdwardsProjective = Projective;
pub type SWAffine = short_weierstrass::Affine<BandersnatchParameters>;
pub type SWProjective = short_weierstrass::Projective<BandersnatchParameters>;
/// `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.
///

Loading…
Cancel
Save