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