aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/data/ec/curve.json
blob: c965c90c96bf6511c4fec4e14c8d616dfba7927e (plain) (blame)
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
{
  "name": "small",
  "category": "test",
  "desc": "A small prime order test curve.",
  "field": {
    "type": "Prime",
    "p": "0xc5f5cd5e4a0beb9a445bd3b824e46d8b",
    "bits": 128
  },
  "form": "Weierstrass",
  "params": {
    "a": {
      "raw": "0x307c28b1209bb670e6b44f5ff6ee8118"
    },
    "b": {
      "raw": "0xa3206b2b16fa6dd383acc084e649782a"
    }
  },
  "generator": {
    "x": {
      "raw": "0xb805e6ee5f3cd8a9c103c3978b688391"
    },
    "y": {
      "raw": "0x74b0a63b1cc5aa501a9e2101c16d9939"
    }
  },
  "order": "0xc5f5cd5e4a0beb9b5515cd2847c4051d",
  "cofactor": "0x01"
}