aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/java/cz/crcs/ectester/data/wrong/curves.xml
diff options
context:
space:
mode:
authorJ08nY2024-03-22 23:58:55 +0100
committerJ08nY2024-03-25 14:52:43 +0100
commit73af477a8774e1ede5dd8de6491eb353dc0b12bd (patch)
tree2d4e3b19bc5fb55308b886032312be76341736d4 /common/src/main/java/cz/crcs/ectester/data/wrong/curves.xml
parent64b95fa059295e1dc23371c849f2302c1c18f5b4 (diff)
downloadECTester-73af477a8774e1ede5dd8de6491eb353dc0b12bd.tar.gz
ECTester-73af477a8774e1ede5dd8de6491eb353dc0b12bd.tar.zst
ECTester-73af477a8774e1ede5dd8de6491eb353dc0b12bd.zip
Basic Gradle setup.
Diffstat (limited to 'common/src/main/java/cz/crcs/ectester/data/wrong/curves.xml')
-rw-r--r--common/src/main/java/cz/crcs/ectester/data/wrong/curves.xml95
1 files changed, 95 insertions, 0 deletions
diff --git a/common/src/main/java/cz/crcs/ectester/data/wrong/curves.xml b/common/src/main/java/cz/crcs/ectester/data/wrong/curves.xml
new file mode 100644
index 0000000..2a51474
--- /dev/null
+++ b/common/src/main/java/cz/crcs/ectester/data/wrong/curves.xml
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<curves xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="../schema.xsd">
+ <curve>
+ <id>wrongp128</id>
+ <bits>128</bits>
+ <field>prime</field>
+ <file>wrongp128.csv</file>
+ <desc>The field is not prime.</desc>
+ </curve>
+ <curve>
+ <id>wrongp160</id>
+ <bits>160</bits>
+ <field>prime</field>
+ <file>wrongp160.csv</file>
+ <desc>The field is not prime.</desc>
+ </curve>
+ <curve>
+ <id>wrongp192</id>
+ <bits>192</bits>
+ <field>prime</field>
+ <file>wrongp192.csv</file>
+ <desc>The field is not prime.</desc>
+ </curve>
+ <curve>
+ <id>wrongp224</id>
+ <bits>224</bits>
+ <field>prime</field>
+ <file>wrongp224.csv</file>
+ <desc>The field is not prime.</desc>
+ </curve>
+ <curve>
+ <id>wrongp256</id>
+ <bits>256</bits>
+ <field>prime</field>
+ <file>wrongp256.csv</file>
+ <desc>The field is not prime.</desc>
+ </curve>
+ <curve>
+ <id>wrongp384</id>
+ <bits>384</bits>
+ <field>prime</field>
+ <file>wrongp384.csv</file>
+ <desc>The field is not prime.</desc>
+ </curve>
+ <curve>
+ <id>wrongp521</id>
+ <bits>521</bits>
+ <field>prime</field>
+ <file>wrongp521.csv</file>
+ <desc>The field is not prime.</desc>
+ </curve>
+ <curve>
+ <id>wrongt163</id>
+ <bits>163</bits>
+ <field>binary</field>
+ <file>wrongt163.csv</file>
+ <desc>The field polynomial is not irreducible in F_2^163[x].</desc>
+ </curve>
+ <curve>
+ <id>wrongt233</id>
+ <bits>233</bits>
+ <field>binary</field>
+ <file>wrongt233.csv</file>
+ <desc>The field polynomial is not irreducible in F_2^233[x].</desc>
+ </curve>
+ <curve>
+ <id>wrongt239</id>
+ <bits>239</bits>
+ <field>binary</field>
+ <file>wrongt239.csv</file>
+ <desc>The field polynomial is not irreducible in F_2^239[x].</desc>
+ </curve>
+ <curve>
+ <id>wrongt283</id>
+ <bits>283</bits>
+ <field>binary</field>
+ <file>wrongt283.csv</file>
+ <desc>The field polynomial is not irreducible in F_2^283[x].</desc>
+ </curve>
+ <curve>
+ <id>wrongt409</id>
+ <bits>409</bits>
+ <field>binary</field>
+ <file>wrongt409.csv</file>
+ <desc>The field polynomial is not irreducible in F_2^409[x].</desc>
+ </curve>
+ <curve>
+ <id>wrongt571</id>
+ <bits>571</bits>
+ <field>binary</field>
+ <file>wrongt571.csv</file>
+ <desc>The field polynomial is not irreducible in F_2^571[x].</desc>
+ </curve>
+</curves> \ No newline at end of file