blob: 5913d42f6599e319959a87de7a2ac43f9f83608c (
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
|
<?xml version="1.0" encoding="UTF-8" ?>
<categories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="schema.xsd">
<category>
<name>anomalous</name>
<directory>anomalous</directory>
<desc>These prime field curves have the same order as the field order, and are susceptible to attacks reducing ECDLP over a multiplicative group of the curve, to DLP over an additive group of the underlying field, which is easy (linear time).</desc>
</category>
<category>
<name>brainpool</name>
<directory>brainpool</directory>
<desc>ECC Brainpool Standard Curves and Curve Generation v. 1.0 19.10.2005</desc>
</category>
<category>
<name>nist</name>
<directory>nist</directory>
<desc>RECOMMENDED ELLIPTIC CURVES FOR FEDERAL GOVERNMENT USE July 1999</desc>
</category>
<category>
<name>secg</name>
<directory>secg</directory>
<desc>SEC 2: Recommended Elliptic Curve Domain Parameters version 2.0 January 27, 2010</desc>
</category>
<category>
<name>smallpub</name>
<directory>smallpub</directory>
<desc>Non-prime order curves, with points of very small order pregenerated. Useful for testing in ECDH.</desc>
</category>
<category>
<name>wrong</name>
<directory>wrong</directory>
<desc>Wrong field curves. These should definitely give an error when used. Since the "prime" used for the field are not prime, and the field polynomials are also not irreducible. Simply put these parameters don't specify a valid elliptic curve.</desc>
</category>
</categories>
|