diff options
| author | J08nY | 2018-03-03 22:53:18 +0100 |
|---|---|---|
| committer | J08nY | 2018-03-03 22:53:18 +0100 |
| commit | ee2139fe5f076d79382428f85be4108a1801987e (patch) | |
| tree | 885d0f679ea4f6e8c15a00258d38d54e1a2906e5 /src/cz/crcs/ectester/data/cofactor/keys.xml | |
| parent | 48bb8b86da04e151c4b25e6020143947800834e1 (diff) | |
| download | ECTester-ee2139fe5f076d79382428f85be4108a1801987e.tar.gz ECTester-ee2139fe5f076d79382428f85be4108a1801987e.tar.zst ECTester-ee2139fe5f076d79382428f85be4108a1801987e.zip | |
Add curves with cofactor with pregenerated points on cofactor subgroup.
Diffstat (limited to '')
| -rw-r--r-- | src/cz/crcs/ectester/data/cofactor/keys.xml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/src/cz/crcs/ectester/data/cofactor/keys.xml b/src/cz/crcs/ectester/data/cofactor/keys.xml new file mode 100644 index 0000000..8fbaa48 --- /dev/null +++ b/src/cz/crcs/ectester/data/cofactor/keys.xml @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8" ?> +<keys xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="../schema.xsd" + category="cofactor" + desc=""> + <pubkey> + <id>cofactor2p128_1</id> + <inline>0x1274cf343b12c9de044a312c7e0d88b1,0x00000000000000000000000000000000</inline> + <curve>cofactor/cofactor2p128</curve> + <desc></desc> + </pubkey> + <pubkey> + <id>cofactor4p128_1</id> + <inline>0x4e5a1eb60f6d2cb5c24f6ea54a675cd6,0x00000000000000000000000000000000</inline> + <curve>cofactor/cofactor4p128</curve> + <desc></desc> + </pubkey> + <pubkey> + <id>cofactor8p128_1</id> + <inline>0x31eb5f732057b0ea57eed55f4259d85d,0x00000000000000000000000000000000</inline> + <curve>cofactor/cofactor8p128</curve> + <desc></desc> + </pubkey> + <pubkey> + <id>cofactor16p128_1</id> + <inline>0x89578c4527e2d5e8a95905e30f0889e3,0x00000000000000000000000000000000</inline> + <curve>cofactor/cofactor16p128</curve> + <desc></desc> + </pubkey> + <pubkey> + <id>cofactor32p128_1</id> + <inline>0x097191ee5ded1c36f2ec6bba78e7e6ea,0x00000000000000000000000000000000</inline> + <curve>cofactor/cofactor32p128</curve> + <desc></desc> + </pubkey> + <pubkey> + <id>cofactor64p128_1</id> + <inline>0x1d360b7f2f805be59aedeaae2813ee1f,0x00000000000000000000000000000000</inline> + <curve>cofactor/cofactor64p128</curve> + <desc></desc> + </pubkey> + <pubkey> + <id>cofactor128p128_1</id> + <inline>0x485b34188824c54f115f31891c18795c,0x00000000000000000000000000000000</inline> + <curve>cofactor/cofactor128p128</curve> + <desc></desc> + </pubkey> +</keys>
\ No newline at end of file |
