Browse Source

Correct Base field <-> Scalar field in mnt6298 documentation

fq2_neg_nonresidue
therealyingtong 3 years ago
committed by Pratyush Mishra
parent
commit
23e87bf224
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mnt6_298/src/lib.rs

+ 2
- 2
mnt6_298/src/lib.rs

@ -16,8 +16,8 @@
//! //!
//! //!
//! Curve information: //! Curve information:
//! * Scalar field: q = 475922286169261325753349249653048451545124878552823515553267735739164647307408490559963137
//! * Base field: r = 475922286169261325753349249653048451545124879242694725395555128576210262817955800483758081
//! * Base field: q = 475922286169261325753349249653048451545124878552823515553267735739164647307408490559963137
//! * Scalar field: r = 475922286169261325753349249653048451545124879242694725395555128576210262817955800483758081
//! * valuation(q - 1, 2) = 34 //! * valuation(q - 1, 2) = 34
//! * valuation(r - 1, 2) = 17 //! * valuation(r - 1, 2) = 17
//! * G1 curve equation: y^2 = x^3 + ax + b, where //! * G1 curve equation: y^2 = x^3 + ax + b, where

Loading…
Cancel
Save