mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 23:41:30 +01:00
Document Bandersnatch as an incomplete twisted Edwards curve (#85)
This commit is contained in:
@@ -16,7 +16,7 @@ pub type EdwardsProjective = Projective<BandersnatchParameters>;
|
|||||||
pub type SWAffine = short_weierstrass::Affine<BandersnatchParameters>;
|
pub type SWAffine = short_weierstrass::Affine<BandersnatchParameters>;
|
||||||
pub type SWProjective = short_weierstrass::Projective<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².
|
/// the form: ax² + y² = 1 - dx²y².
|
||||||
/// over some base finite field Fq.
|
/// over some base finite field Fq.
|
||||||
///
|
///
|
||||||
|
|||||||
Reference in New Issue
Block a user