blob: 2abf72f1f80f309b93a2a072ecdddc60362aeb80 (
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
89
90
91
92
93
94
95
|
<?xml version="1.0" encoding="utf-8" ?>
<curves xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../schema.xsd">
<curve>
<id>P-192</id>
<bits>192</bits>
<field>prime</field>
<file>p192.csv</file>
</curve>
<curve>
<id>P-224</id>
<bits>224</bits>
<field>prime</field>
<file>p224.csv</file>
</curve>
<curve>
<id>P-256</id>
<bits>256</bits>
<field>prime</field>
<file>p256.csv</file>
</curve>
<curve>
<id>P-384</id>
<bits>384</bits>
<field>prime</field>
<file>p384.csv</file>
</curve>
<curve>
<id>P-521</id>
<bits>521</bits>
<field>prime</field>
<file>p521.csv</file>
</curve>
<curve>
<id>K-163</id>
<bits>163</bits>
<field>binary</field>
<file>k163.csv</file>
</curve>
<curve>
<id>B-163</id>
<bits>163</bits>
<field>binary</field>
<file>b163.csv</file>
</curve>
<curve>
<id>K-233</id>
<bits>233</bits>
<field>binary</field>
<file>k233.csv</file>
</curve>
<curve>
<id>B-233</id>
<bits>233</bits>
<field>binary</field>
<file>b233.csv</file>
</curve>
<curve>
<id>K-283</id>
<bits>283</bits>
<field>binary</field>
<file>k283.csv</file>
</curve>
<curve>
<id>B-283</id>
<bits>283</bits>
<field>binary</field>
<file>b283.csv</file>
</curve>
<curve>
<id>K-409</id>
<bits>409</bits>
<field>binary</field>
<file>k409.csv</file>
</curve>
<curve>
<id>B-409</id>
<bits>409</bits>
<field>binary</field>
<file>b409.csv</file>
</curve>
<curve>
<id>K-571</id>
<bits>571</bits>
<field>binary</field>
<file>k571.csv</file>
</curve>
<curve>
<id>B-571</id>
<bits>571</bits>
<field>binary</field>
<file>b571.csv</file>
</curve>
</curves>
|