aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/CurveParameters/solinas32_2e192m2e64m1.json
blob: cf5ac4327981abfeef4ace8232fdd125dee1a40f (plain)
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
{
    "base": "24",
    "bitwidth": 32,
    "carry_chains": [
        [
            1,
            7
        ],
        [
            2,
            0,
            3,
            1,
            4,
            5,
            6,
            7
        ],
        [
            2,
            0
        ]
    ],
    "coef_div_modulus": "2",
    "compiler": "gcc -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes",
    "modulus": "2^192 - 2^64 - 1",
    "operations": [
        "femul",
        "fesquare",
        "freeze"
    ],
    "sz": "8"
}