aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/CurveParameters/solinas64_2e192m2e64m1.json
blob: 123e20cca63054d0b47e4e137f62e624fa830b30 (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
{
    "base": "48",
    "bitwidth": 64,
    "carry_chains": [
        [
            0,
            3
        ],
        [
            1,
            0,
            2,
            3
        ],
        [
            1,
            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": "4"
}