diff options
Diffstat (limited to 'common/src/main/resources/cz/crcs/ectester/data/anomalous/curves.xml')
| -rw-r--r-- | common/src/main/resources/cz/crcs/ectester/data/anomalous/curves.xml | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/common/src/main/resources/cz/crcs/ectester/data/anomalous/curves.xml b/common/src/main/resources/cz/crcs/ectester/data/anomalous/curves.xml new file mode 100644 index 0000000..5486f35 --- /dev/null +++ b/common/src/main/resources/cz/crcs/ectester/data/anomalous/curves.xml @@ -0,0 +1,92 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<curves xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:noNamespaceSchemaLocation="../schema.xsd"> + <curve> + <id>miyaji128a1</id> + <bits>128</bits> + <field>prime</field> + <file>miyaji128a1.csv</file> + <desc>First curve in the "Proposed scheme A" section of Atsuko Miyaji's paper.</desc> + </curve> + <curve> + <id>miyaji128a2</id> + <bits>128</bits> + <field>prime</field> + <file>miyaji128a2.csv</file> + <desc>Second curve in the "Proposed scheme A" section of Atsuko Miyaji's paper.</desc> + </curve> + <curve> + <id>miyaji128b1</id> + <bits>128</bits> + <field>prime</field> + <file>miyaji128b1.csv</file> + <desc>First curve in the "Proposed scheme B" section of Atsuko Miyaji's paper.</desc> + </curve> + <curve> + <id>miyaji128b2</id> + <bits>128</bits> + <field>prime</field> + <file>miyaji128b2.csv</file> + <desc>Second curve in the "Proposed scheme B" section of Atsuko Miyaji's paper.</desc> + </curve> + <curve> + <id>anomalous112</id> + <bits>112</bits> + <field>prime</field> + <file>anomalous112.csv</file> + </curve> + <curve> + <id>anomalous128</id> + <bits>128</bits> + <field>prime</field> + <file>anomalous128.csv</file> + </curve> + <curve> + <id>anomalous160</id> + <bits>160</bits> + <field>prime</field> + <file>anomalous160.csv</file> + </curve> + <curve> + <id>anomalous192</id> + <bits>192</bits> + <field>prime</field> + <file>anomalous192.csv</file> + </curve> + <curve> + <id>anomalous224</id> + <bits>224</bits> + <field>prime</field> + <file>anomalous224.csv</file> + </curve> + <curve> + <id>anomalous256</id> + <bits>256</bits> + <field>prime</field> + <file>anomalous256.csv</file> + </curve> + <curve> + <id>anomalous320</id> + <bits>320</bits> + <field>prime</field> + <file>anomalous320.csv</file> + </curve> + <curve> + <id>anomalous384</id> + <bits>384</bits> + <field>prime</field> + <file>anomalous384.csv</file> + </curve> + <curve> + <id>anomalous512</id> + <bits>512</bits> + <field>prime</field> + <file>anomalous512.csv</file> + </curve> + <curve> + <id>anomalous521</id> + <bits>521</bits> + <field>prime</field> + <file>anomalous521.csv</file> + </curve> +</curves> |
