aboutsummaryrefslogtreecommitdiff
path: root/test/data/econvert_format.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/econvert_format.json')
-rw-r--r--test/data/econvert_format.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/test/data/econvert_format.json b/test/data/econvert_format.json
deleted file mode 100644
index 8bb9bc2..0000000
--- a/test/data/econvert_format.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "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"
- }
- ]
-}