File tree Expand file tree Collapse file tree 1 file changed +7
-23
lines changed Expand file tree Collapse file tree 1 file changed +7
-23
lines changed Original file line number Diff line number Diff line change @@ -14,34 +14,18 @@ use std::ops::AddAssign;
14
14
/// 1f2f082d4dcb5e37cb6290012d96f8819c547ba8a4000002f962140000000002a
15
15
const OMEGA : Fq = field_new ! (
16
16
Fq ,
17
- BigInteger768 ( [
18
- 7467050525960156664 ,
19
- 11327349735975181567 ,
20
- 4886471689715601876 ,
21
- 825788856423438757 ,
22
- 532349992164519008 ,
23
- 5190235139112556877 ,
24
- 10134108925459365126 ,
25
- 2188880696701890397 ,
26
- 14832254987849135908 ,
27
- 2933451070611009188 ,
28
- 11385631952165834796 ,
29
- 64130670718986244
30
- ] )
31
- ) ;
17
+ "196898582409020929727861073970057715139766638230382572845074161156680037021882725775086501\
18
+ 3421937292370006175842381275743914023380727582819905021229583192207421122272650305267822868\
19
+ 639090213645505120388400344940985710520836292650"
20
+ ) ;
21
+
32
22
33
23
/// lambda in Z s.t. phi(P) = lambda*P for all P
34
24
/// \lambda = 0x9b3af05dd14f6ec619aaf7d34594aabc5ed1347970dec00452217cc900000008508c00000000001
35
25
const LAMBDA : Fr = field_new ! (
36
26
Fr ,
37
- ( BigInteger384 ( [
38
- 15766275933608376691 ,
39
- 15635974902606112666 ,
40
- 1934946774703877852 ,
41
- 18129354943882397960 ,
42
- 15437979634065614942 ,
43
- 101285514078273488
44
- ] ) )
27
+ "809496482649127194085583631406374772648452947207104994781372872627125359383014618798134594\
28
+ 10945"
45
29
) ;
46
30
47
31
const U : & ' static [ u64 ] = ark_bls12_377:: Parameters :: X ;
You can’t perform that action at this time.
0 commit comments