aboutsummaryrefslogtreecommitdiff
path: root/test/data/econvert_format.json
diff options
context:
space:
mode:
authorJ08nY2018-02-27 16:52:03 +0100
committerJ08nY2018-02-27 16:52:03 +0100
commite9d7343868ecca9eb144e2d4c237e6cd1570a327 (patch)
tree32c846dbb80e07ffa932d44fd5064df61d96a865 /test/data/econvert_format.json
parentc4d51d207092360d1cbbb8579aafe2df894e4832 (diff)
downloadecgen-feature/drop-csv-support.tar.gz
ecgen-feature/drop-csv-support.tar.zst
ecgen-feature/drop-csv-support.zip
Remove unnecessary test data files.feature/drop-csv-support
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"
- }
- ]
-}