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:
Weikeng Chen
2021-06-30 20:14:37 -07:00
committed by GitHub
parent 129795aa4c
commit b5c2d8eba3

View File

@@ -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");