summaryrefslogtreecommitdiff
path: root/src/cz/crcs/ectester/data/brainpool/curves.xml
blob: 2cb7fc51b5b0a881eec3cce1966d82934ba9cb74 (plain) (blame)
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
<?xml version="1.0" encoding="utf-8" ?>
<curves xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../schema.xsd">
    <curve>
        <id>brainpoolP160r1</id>
        <bits>160</bits>
        <field>prime</field>
        <file>brainpoolP160r1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP160t1</id>
        <bits>160</bits>
        <field>prime</field>
        <file>brainpoolP160t1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP192r1</id>
        <bits>192</bits>
        <field>prime</field>
        <file>brainpoolP192r1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP192t1</id>
        <bits>192</bits>
        <field>prime</field>
        <file>brainpoolP192t1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP224r1</id>
        <bits>224</bits>
        <field>prime</field>
        <file>brainpoolP224r1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP224t1</id>
        <bits>224</bits>
        <field>prime</field>
        <file>brainpoolP224t1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP256r1</id>
        <bits>256</bits>
        <field>prime</field>
        <file>brainpoolP256r1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP256t1</id>
        <bits>256</bits>
        <field>prime</field>
        <file>brainpoolP256t1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP320r1</id>
        <bits>320</bits>
        <field>prime</field>
        <file>brainpoolP320r1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP320t1</id>
        <bits>320</bits>
        <field>prime</field>
        <file>brainpoolP320t1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP384r1</id>
        <bits>384</bits>
        <field>prime</field>
        <file>brainpoolP384r1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP384t1</id>
        <bits>384</bits>
        <field>prime</field>
        <file>brainpoolP384t1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP512r1</id>
        <bits>512</bits>
        <field>prime</field>
        <file>brainpoolP512r1.csv</file>
    </curve>
    <curve>
        <id>brainpoolP512t1</id>
        <bits>512</bits>
        <field>prime</field>
        <file>brainpoolP512t1.csv</file>
    </curve>
</curves>