diff options
| author | J08nY | 2018-05-27 23:44:37 +0200 |
|---|---|---|
| committer | J08nY | 2018-05-27 23:44:37 +0200 |
| commit | 47e0465f1260e249016b512363b8625418a35ac3 (patch) | |
| tree | d9fdd2eba609ac2836d86f870ca552fd7c1f84ba /docs | |
| parent | d22fb876d79dd16cb1f762a732ba8acb6c8b401c (diff) | |
| download | ECTester-47e0465f1260e249016b512363b8625418a35ac3.tar.gz ECTester-47e0465f1260e249016b512363b8625418a35ac3.tar.zst ECTester-47e0465f1260e249016b512363b8625418a35ac3.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/LIBS.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/LIBS.md b/docs/LIBS.md index a1395bc..5c132f7 100644 --- a/docs/LIBS.md +++ b/docs/LIBS.md @@ -1,6 +1,6 @@ # Libraries with ECC support -Libraries with at least some ECC support: +Popular libraries with at least some ECC support: - [Crypto++](https://cryptopp.com/) - [libgcrypt](https://www.gnupg.org/related_software/libgcrypt/) @@ -20,9 +20,9 @@ Libraries with at least some ECC support: - [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 + - <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 |
