1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
{
"base": "24",
"bitwidth": 32,
"carry_chains": [
[
4,
3,
0,
15
],
[
5,
4,
1,
0,
6,
2,
7,
3,
8,
9,
10,
11,
12,
13,
14,
15
],
[
5,
4,
1,
0
]
],
"coef_div_modulus": "2",
"compiler": "gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes",
"modulus": "2^384 - 2^128 - 2^96 + 2^32 - 1 ",
"operations": [
"femul",
"fesquare",
"freeze"
],
"sz": "16"
}
|