mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-08 15:01:29 +01:00
Documentation provides incorrect calculation (#81)
This commit is contained in:
@@ -34,7 +34,7 @@ impl FpParameters for FrParameters {
|
|||||||
|
|
||||||
const REPR_SHAVE_BITS: u32 = 2;
|
const REPR_SHAVE_BITS: u32 = 2;
|
||||||
|
|
||||||
/// R = pow(2, 320) % MODULUS
|
/// R = pow(2, 256) % MODULUS
|
||||||
/// = 6350874878119819312338956282401532410528162663560392320966563075034087161851
|
/// = 6350874878119819312338956282401532410528162663560392320966563075034087161851
|
||||||
#[rustfmt::skip]
|
#[rustfmt::skip]
|
||||||
const R: BigInteger = BigInteger([
|
const R: BigInteger = BigInteger([
|
||||||
|
|||||||
Reference in New Issue
Block a user