blob: cdf3f7b10366fc4c05f58daf9051d75e785b0e24 (
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
|
---
layout: default
---
{% include suite_header.html suite="Wrong" %}
Tests using the default tests on a category of wrong curves. These curves are not really curves as they have: <br/>
<ul>
<li>non-prime field in the prime-field case</li>
<li>reducible polynomial as the field polynomial in the binary case</li>
</ul>
This test suite also does some additional tests with corrupting the field parameter:
<ul>
<li>Fp
<ul>
<li>p = 0</li>
<li>p = 1</li>
<li>p = q^2; q prime</li>
<li>p = q * s; q and s prime</li>
</ul>
</li>
<li>F2m
<ul>
<li>e1 = e2 = e3 = 0</li>
<li>m < e1 < e2 < e3</li>
</ul>
</li>
</ul>
<br/>
{% include result_header.html testRun=page.testRun %}
{% include result_table.html testRun=page.testRun %}
{% include result_footer.html %}
|