aboutsummaryrefslogtreecommitdiff
path: root/docs/TESTS.md
diff options
context:
space:
mode:
authorJ08nY2018-07-03 15:03:31 +0200
committerJ08nY2018-07-03 15:03:31 +0200
commit050541a45d16597099e86b14d0fdf4e123a8e93e (patch)
tree89edb54ae4c0632788d8287278922a0ec85691eb /docs/TESTS.md
parentb6677f491dee8cf93d10b11c0c6e4537f009d6ba (diff)
downloadECTester-050541a45d16597099e86b14d0fdf4e123a8e93e.tar.gz
ECTester-050541a45d16597099e86b14d0fdf4e123a8e93e.tar.zst
ECTester-050541a45d16597099e86b14d0fdf4e123a8e93e.zip
Update docs and README.
Diffstat (limited to '')
-rw-r--r--docs/TESTS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/TESTS.md b/docs/TESTS.md
index 59bd27b..5ec3b63 100644
--- a/docs/TESTS.md
+++ b/docs/TESTS.md
@@ -135,7 +135,8 @@ java -jar ECTester.jar -t degenerate
## Cofactor
Tests whether the card correctly rejects points that lie on the curve but not on the subgroup generated by the specified generator
-during ECDH.
+during ECDH. Does this with curves where the cofactor subgroup has small order, then with curves that have order equal to the product
+of two large primes, sets the generator with order of one prime and tries points on the subgroup of the other prime order.
For example:
```bash