mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-08 06:51:32 +01:00
Fix a typo in the Jubjub curve comment (#114)
This commit is contained in:
@@ -24,7 +24,7 @@ pub type SWProjective = short_weierstrass::Projective<JubjubParameters>;
|
||||
/// q = 52435875175126190479447740508185965837690552500527637822603658699938581184513.
|
||||
///
|
||||
/// a = -1.
|
||||
/// d = (10240/10241) mod q
|
||||
/// d = -(10240/10241) mod q
|
||||
/// = 19257038036680949359750312669786877991949435402254120286184196891950884077233.
|
||||
///
|
||||
/// Sage script to calculate these:
|
||||
|
||||
Reference in New Issue
Block a user