mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Make comment consistent between fq.rs / fp.rs
This commit is contained in:
parent
6c0e6f7348
commit
3b91899a19
1 changed files with 2 additions and 2 deletions
|
|
@ -190,8 +190,8 @@ const R3: Fq = Fq([
|
|||
0x7dd97a06e6792c8,
|
||||
]);
|
||||
|
||||
/// `GENERATOR = 5 mod q` is a generator of the `q - 1` order multiplicative subgroup, and
|
||||
/// is also a quadratic non-residue.
|
||||
/// `GENERATOR = 5 mod q` is a generator of the `q - 1` order multiplicative
|
||||
/// subgroup, or in other words a primitive root of the field.
|
||||
const GENERATOR: Fq = Fq::from_raw([
|
||||
0x0000_0000_0000_0005,
|
||||
0x0000_0000_0000_0000,
|
||||
|
|
|
|||
Loading…
Reference in a new issue