aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJ08nY2018-11-03 00:02:02 +0100
committerJ08nY2018-11-03 00:04:50 +0100
commit1243b4acace365b0231aca22470517ae42c4ed1d (patch)
tree61f8a0ccd9a67a44f6922d57a4ef7e6c65669f3b /docs
parent7c3a97023703180ec6af60c27738d6d1294a0d17 (diff)
downloadECTester-1243b4acace365b0231aca22470517ae42c4ed1d.tar.gz
ECTester-1243b4acace365b0231aca22470517ae42c4ed1d.tar.zst
ECTester-1243b4acace365b0231aca22470517ae42c4ed1d.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/TESTS.md6
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.