aboutsummaryrefslogtreecommitdiff
path: root/docs/LIBS.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LIBS.md')
-rw-r--r--docs/LIBS.md8
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