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

This commit is contained in:
kevaundray
2022-08-01 18:32:08 +01:00
committed by GitHub
parent 93e64df895
commit 67d5a8582e

View File

@@ -16,7 +16,7 @@ pub type EdwardsProjective = Projective<BandersnatchParameters>;
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.
///