aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJ08nY2017-12-12 12:31:54 +0100
committerJ08nY2017-12-12 12:31:54 +0100
commit9e8fbbc907f4157988ac425af4dce541f7e42328 (patch)
treefdf069ac9a25ff82f9509826425bd4796c514da0 /docs
parentd8a157feab4e87087aea920273e9067723b7f3e3 (diff)
downloadECTester-feature/standalone-lib-testing.tar.gz
ECTester-feature/standalone-lib-testing.tar.zst
ECTester-feature/standalone-lib-testing.zip
Diffstat (limited to 'docs')
-rw-r--r--docs/LIBS.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/LIBS.md b/docs/LIBS.md
index 10001d6..3635fef 100644
--- a/docs/LIBS.md
+++ b/docs/LIBS.md
@@ -5,6 +5,11 @@ Libraries with at least some ECC support:
- [BouncyCastle](https://bouncycastle.org/java.html)
- Java
- [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
- [Crypto++](https://cryptopp.com/)
- [libgcrypt](https://www.gnupg.org/related_software/libgcrypt/)
- [libtomcrypt](http://www.libtom.net/LibTomCrypt/)