Browse Source

Fix a typo in the Jubjub curve comment (#114)

cherry-pick
Weikeng Chen 2 years ago
committed by GitHub
parent
commit
b433045f4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ed_on_bls12_381/src/curves/mod.rs

+ 1
- 1
ed_on_bls12_381/src/curves/mod.rs

@ -24,7 +24,7 @@ pub type SWProjective = short_weierstrass::Projective;
/// q = 52435875175126190479447740508185965837690552500527637822603658699938581184513. /// q = 52435875175126190479447740508185965837690552500527637822603658699938581184513.
/// ///
/// a = -1. /// a = -1.
/// d = (10240/10241) mod q
/// d = -(10240/10241) mod q
/// = 19257038036680949359750312669786877991949435402254120286184196891950884077233. /// = 19257038036680949359750312669786877991949435402254120286184196891950884077233.
/// ///
/// Sage script to calculate these: /// Sage script to calculate these:

Loading…
Cancel
Save