aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/CurveParameters/montgomery32_2e256m2e224p2e192p2e96m1.json
blob: ac7fd5c90bea4dc7c837ed2b3961a240ab22f0e9 (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^256 - 2^224 + 2^192 + 2^96 - 1 ",
    "montgomery": true,
    "operations": [
        "fenz",
        "feadd",
        "femul",
        "feopp",
        "fesub"
    ],
    "sz": "8"
}