|
|
@ -84,7 +84,23 @@ impl FpParameters for FrParameters { |
|
|
|
7568644544155918u64,
|
|
|
|
]);
|
|
|
|
|
|
|
|
const T: BigInteger = BigInteger([0x0, 0x0, 0x0, 0x0, 0x0, 0x0]);
|
|
|
|
/// 8083263312905284187832897927965422923012297273591083141858954470483627824280993199911680825703270958985656030373
|
|
|
|
const T: BigInteger = BigInteger([
|
|
|
|
5782852926996632741,
|
|
|
|
10160572951715783904,
|
|
|
|
8680081325396045328,
|
|
|
|
15623293663189641372,
|
|
|
|
6210983053257673289,
|
|
|
|
3784322272077959,
|
|
|
|
]);
|
|
|
|
|
|
|
|
const T_MINUS_ONE_DIV_TWO: BigInteger = BigInteger([0x0, 0x0, 0x0, 0x0, 0x0, 0x0]);
|
|
|
|
/// 4041631656452642093916448963982711461506148636795541570929477235241813912140496599955840412851635479492828015186
|
|
|
|
const T_MINUS_ONE_DIV_TWO: BigInteger = BigInteger([
|
|
|
|
2891426463498316370,
|
|
|
|
5080286475857891952,
|
|
|
|
4340040662698022664,
|
|
|
|
17035018868449596494,
|
|
|
|
12328863563483612452,
|
|
|
|
1892161136038979,
|
|
|
|
]);
|
|
|
|
}
|