aboutsummaryrefslogtreecommitdiff
path: root/_layouts/twist_suite.html
blob: a72dcd623a1723efb0da5fd386bb7814e458dcef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
layout: default
---

{% include suite_header.html suite="Twist" %}

Tests using known named curves froms several categories(SECG/NIST) against pre-generated points on twists of said curves.
ECDH should fail, a success here implies the card is not twist secure, if a curve with an unsecure twist is used,
the card might compute on the twist, if a point on the twist is supplied.
<br/>
See <a href="https://safecurves.cr.yp.to/twist.html">SafeCurves on twist security</a> for more information.
<br/>

{% include result_header.html testRun=page.testRun %}

{% include result_table.html testRun=page.testRun %}

{% include result_footer.html %}