diff options
| author | J08nY | 2018-11-03 00:02:02 +0100 |
|---|---|---|
| committer | J08nY | 2018-11-03 00:04:50 +0100 |
| commit | 1243b4acace365b0231aca22470517ae42c4ed1d (patch) | |
| tree | 61f8a0ccd9a67a44f6922d57a4ef7e6c65669f3b /docs/TESTS.md | |
| parent | 7c3a97023703180ec6af60c27738d6d1294a0d17 (diff) | |
| download | ECTester-1243b4acace365b0231aca22470517ae42c4ed1d.tar.gz ECTester-1243b4acace365b0231aca22470517ae42c4ed1d.tar.zst ECTester-1243b4acace365b0231aca22470517ae42c4ed1d.zip | |
Diffstat (limited to 'docs/TESTS.md')
| -rw-r--r-- | docs/TESTS.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TESTS.md b/docs/TESTS.md index c639722..25f61a8 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -40,6 +40,12 @@ Tests using known test vectors provided by NIST/SECG/Brainpool: Tests support for compression of public points in ECDH as specified in ANSI X9.62. Tests ECDH with points in compressed and hybrid form. Also tests card response to a hybrid point with wrong `y` coordinate and to the point at infinity(as public key in ECDH). + - Compressed form, valid + - Hybrid form, valid + - Hybrid form, invalid `y` + - Point at infinity + - Compressed form, invalid, `x^3 + ax + b` results in quadratic non-residue in modular square root computation. + ## Miscellaneous Some miscellaneous tests, tries ECDH and ECDSA over supersingular curves, anomalous curves and Barreto-Naehrig curves with small embedding degree and CM discriminant. |
