aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/CurveParameters/montgomery64_2e213m3.json
blob: f366ec9280bc1f1bfe2beed7e85da07726f3f04f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "base": "64",
    "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^213 - 3",
    "montgomery": true,
    "operations": [
        "fenz",
        "feadd",
        "femul",
        "feopp",
        "fesub"
    ],
    "sz": "3"
}