aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/java/cz/crcs/ectester/data/anomalous/curves.xml
blob: 5486f3583786ae560d8942528289b66abe3e9d4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
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>