aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/java/cz/crcs/ectester/data/x962/curves.xml
blob: eee64ad105f066f86c303eeaf6ca1a822f696e8e (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
<?xml version="1.0" encoding="utf-8" ?>
<curves xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="../schema.xsd">
    <curve>
        <id>prime192v1</id>
        <bits>192</bits>
        <field>prime</field>
        <file>prime192v1.csv</file>
    </curve>
    <curve>
        <id>prime192v2</id>
        <bits>192</bits>
        <field>prime</field>
        <file>prime192v2.csv</file>
    </curve>
    <curve>
        <id>prime192v3</id>
        <bits>192</bits>
        <field>prime</field>
        <file>prime192v3.csv</file>
    </curve>

    <curve>
        <id>prime239v1</id>
        <bits>239</bits>
        <field>prime</field>
        <file>prime239v1.csv</file>
    </curve>
    <curve>
        <id>prime239v2</id>
        <bits>239</bits>
        <field>prime</field>
        <file>prime239v2.csv</file>
    </curve>
    <curve>
        <id>prime239v3</id>
        <bits>239</bits>
        <field>prime</field>
        <file>prime239v3.csv</file>
    </curve>

    <curve>
        <id>prime256v1</id>
        <bits>256</bits>
        <field>prime</field>
        <file>prime256v1.csv</file>
    </curve>
</curves>