aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/CurveParameters/montgomery32_2e235m15.json
blob: 629121b0eba0c4ec20d3de2b0e4350dea0fb4f4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "base": "32",
    "compiler": "gcc -fno-peephole2 `#GCC BUG 81300` -march=native -mtune=native -std=gnu11 -O3 -flto -fomit-frame-pointer -fwrapv -Wno-attributes -Wno-incompatible-pointer-types -fno-strict-aliasing",
    "modulus": "2^235 - 15",
    "montgomery": true,
    "operations": [
        "fenz",
        "feadd",
        "femul",
        "feopp",
        "fesub"
    ],
    "sz": "7"
}