diff options
| author | J08nY | 2018-03-06 01:21:48 +0100 |
|---|---|---|
| committer | J08nY | 2018-03-06 01:21:48 +0100 |
| commit | 2a077441dc10918acf8a1f4f7c671d31b832ff4f (patch) | |
| tree | be89f8f05f75a48425e5aa7097a532d9f8bed714 /docs | |
| parent | 7c40e8f0f22e8bcfed34f64820cd90355822ca9f (diff) | |
| download | ECTester-2a077441dc10918acf8a1f4f7c671d31b832ff4f.tar.gz ECTester-2a077441dc10918acf8a1f4f7c671d31b832ff4f.tar.zst ECTester-2a077441dc10918acf8a1f4f7c671d31b832ff4f.zip | |
Add points on non-generator subgroup for SECG curves to cofactor category.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/TESTS.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/TESTS.md b/docs/TESTS.md index 8f8fa2e..d2eb500 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -47,6 +47,7 @@ tests all curves for which test-vectors are provided. Tests on a category of wrong curves. These curves are not really curves as they have: - non-prime field in the prime-field case - reducible polynomial as the field polynomial in the binary case + This test suite also does some additional tests with corrupting the field parameter: - Fp: - p = 0 @@ -68,7 +69,7 @@ does all wrong curve tests. ## Composite Tests using curves that don't have a prime order/nearly prime order. -These tests should generally fail, a success here implies the card **WILL** use a non-secure curve if such curve is set +These tests should generally fail, a success here implies the card will use a non-secure curve if such curve is set by the applet. Operations over such curves are susceptible to small-subgroup attacks. For example: |
