diff options
| author | J08nY | 2018-05-23 18:47:10 +0200 |
|---|---|---|
| committer | J08nY | 2018-05-23 18:47:10 +0200 |
| commit | 9e2f1532b0c939c858f40397c2fbda7d3293e3fc (patch) | |
| tree | ef24cf48dba0f2416d686d5e46da85e82c29dc9a /docs | |
| parent | 78e5e3d53c20bac2cb33e7ace8565173651c6155 (diff) | |
| download | ECTester-9e2f1532b0c939c858f40397c2fbda7d3293e3fc.tar.gz ECTester-9e2f1532b0c939c858f40397c2fbda7d3293e3fc.tar.zst ECTester-9e2f1532b0c939c858f40397c2fbda7d3293e3fc.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/LIBS.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LIBS.md b/docs/LIBS.md index 1f1f92c..a1395bc 100644 --- a/docs/LIBS.md +++ b/docs/LIBS.md @@ -17,12 +17,13 @@ Libraries with at least some ECC support: - Java - [Sun EC](https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html#SunEC) - Java + C - - [Botan](https://botan.randombit.net/), since 2.4.0 (unreleased) + - [Botan](https://botan.randombit.net/) - C++ - Uses blinded(randomized) Montgomery ladder. - https://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#addition-add-1998-cmo-2 - https://hyperelliptic.org/EFD/g1p/auto-shortw-jacobian-3.html#doubling-dbl-1986-cc - https://eprint.iacr.org/2015/657 + - ECTester supports v2.4.0 and up. - [libtomcrypt](http://www.libtom.net/LibTomCrypt/) - C - Uses Jacobian coordinates. |
