mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 23:41:30 +01:00
Fix a comment on Bandersnatch's TEModelParameters (#65)
Pratyush noticed a comment regarding COEFF_A has not been updated. This PR fixes so.
This commit is contained in:
@@ -41,7 +41,7 @@ impl ModelParameters for EdwardsParameters {
|
|||||||
}
|
}
|
||||||
|
|
||||||
impl TEModelParameters for EdwardsParameters {
|
impl TEModelParameters for EdwardsParameters {
|
||||||
/// COEFF_A = -1
|
/// COEFF_A = -5
|
||||||
#[rustfmt::skip]
|
#[rustfmt::skip]
|
||||||
const COEFF_A: Fq = field_new!(Fq, "-5");
|
const COEFF_A: Fq = field_new!(Fq, "-5");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user