diff options
| author | J08nY | 2018-04-28 21:19:16 +0200 |
|---|---|---|
| committer | J08nY | 2018-04-28 21:19:16 +0200 |
| commit | 92c28a15e018e55b8f195993414f769ecf96a663 (patch) | |
| tree | 2392823852fc0b3192abc20fc864df049dd70dfc /docs | |
| parent | ea6cc551158e9e124e2ad82cb29948ea547acf2b (diff) | |
| download | ECTester-92c28a15e018e55b8f195993414f769ecf96a663.tar.gz ECTester-92c28a15e018e55b8f195993414f769ecf96a663.tar.zst ECTester-92c28a15e018e55b8f195993414f769ecf96a663.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/TESTS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/TESTS.md b/docs/TESTS.md index bd70206..5f4dd9c 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -109,7 +109,7 @@ Tests using known named curves froms several categories(SECG/NIST) against pre-g `Y: x = 0`. ECDH should fail, a success here might mean the card does not check that the point lies on the correct curve and uses a curve model vulnerable to such degenerate points. -See [Degenerate Curve Attachs - Extending Invalid Curve Attacks to Edwards Curves and Other Models](https://eprint.iacr.org/2015/1233.pdf) for more information. +See [Degenerate Curve Attacks - Extending Invalid Curve Attacks to Edwards Curves and Other Models](https://eprint.iacr.org/2015/1233.pdf) for more information. For example: ```bash |
