blob: 857d1303604334f212b7820a1781eee72ddc1184 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"base": "23",
"bitwidth": 32,
"carry_chains": "default",
"coef_div_modulus": "2",
"compiler": "gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes",
"modulus": "2^230 - 27",
"operations": [
"femul",
"fesquare",
"freeze"
],
"sz": "10"
}
|