|
|
@ -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.
|
|
|
|
///
|
|
|
|