aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJ08nY2018-05-23 18:47:10 +0200
committerJ08nY2018-05-23 18:47:10 +0200
commit9e2f1532b0c939c858f40397c2fbda7d3293e3fc (patch)
treeef24cf48dba0f2416d686d5e46da85e82c29dc9a /docs
parent78e5e3d53c20bac2cb33e7ace8565173651c6155 (diff)
downloadECTester-9e2f1532b0c939c858f40397c2fbda7d3293e3fc.tar.gz
ECTester-9e2f1532b0c939c858f40397c2fbda7d3293e3fc.tar.zst
ECTester-9e2f1532b0c939c858f40397c2fbda7d3293e3fc.zip
Diffstat (limited to 'docs')
-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.