summaryrefslogtreecommitdiff
path: root/test/data/econvert_format.json
blob: 8bb9bc23bfa6192249dc99d300d48a91f5328fcd (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
{
  "field": {
    "p": "0xb"
  },
  "a": "0x1",
  "b": "0x2",
  "order": "0x10",
  "generators": [
    {
      "x": "0x2",
      "y": "0xa",
      "order": "0x8",
      "cofactor": "0x2"
    },
    {
      "x": "0x7",
      "y": "0x0",
      "order": "0x2",
      "cofactor": "0x8"
    }
  ],
  "points": [
    {
      "x": "0x7",
      "y": "0x0",
      "order": "0x2"
    }
  ]
}