diff options
| author | J08nY | 2020-08-08 22:49:05 +0200 |
|---|---|---|
| committer | J08nY | 2020-08-08 22:49:05 +0200 |
| commit | 78ad4e4d36e5d7294af664daaeeb3db39901013e (patch) | |
| tree | d6c0e74a33a0f3565bfcf6756444ae77cef1479a /oscaa | |
| parent | b8c478d15cafcc08f4ea47ccf583b693fa017bbe (diff) | |
| download | std-curves-78ad4e4d36e5d7294af664daaeeb3db39901013e.tar.gz std-curves-78ad4e4d36e5d7294af664daaeeb3db39901013e.tar.zst std-curves-78ad4e4d36e5d7294af664daaeeb3db39901013e.zip | |
Handle the GraphQL union situation better.
Diffstat (limited to 'oscaa')
| -rw-r--r-- | oscaa/curves.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oscaa/curves.json b/oscaa/curves.json index 51b55cd..8aeec54 100644 --- a/oscaa/curves.json +++ b/oscaa/curves.json @@ -15,20 +15,20 @@ }, "params": { "a": { - "value": "0xfffffffeffffffffffffffffffffffffffffffff00000000fffffffffffffffc" + "raw": "0xfffffffeffffffffffffffffffffffffffffffff00000000fffffffffffffffc" }, "b": { - "value": "0x28e9fa9e9d9f5e344d5a9e4bcf6509a7f39789f515ab8f92ddbcbd414d940e93" + "raw": "0x28e9fa9e9d9f5e344d5a9e4bcf6509a7f39789f515ab8f92ddbcbd414d940e93" } }, "order": "0xfffffffeffffffffffffffffffffffff7203df6b21c6052b53bbf40939d54123", "cofactor": "0x01", "generator": { "x": { - "value": "0x32c4ae2c1f1981195f9904466a39c9948fe30bbff2660be1715a4589334c74c7" + "raw": "0x32c4ae2c1f1981195f9904466a39c9948fe30bbff2660be1715a4589334c74c7" }, "y": { - "value": "0xbc3736a2f4f6779c59bdcee36b692153d0a9877cc62a474002df32e52139f0a0" + "raw": "0xbc3736a2f4f6779c59bdcee36b692153d0a9877cc62a474002df32e52139f0a0" } } } |
