aboutsummaryrefslogtreecommitdiff
path: root/docs/LIBS.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LIBS.md')
-rw-r--r--docs/LIBS.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/LIBS.md b/docs/LIBS.md
index 8aea9be..09c82cf 100644
--- a/docs/LIBS.md
+++ b/docs/LIBS.md
@@ -3,7 +3,6 @@
Popular libraries with at least some ECC support, that ECTester does not yet support:
- [NSS](https://hg.mozilla.org/projects/nss)
- - [mbedTLS](https://tls.mbed.org/)
- [LibreSSL](https://www.libressl.org/)
- [Nettle](http://www.lysator.liu.se/~nisse/nettle/)
- [OpenSSL (FIPS mode)](https://www.openssl.org/docs/fipsnotes.html)
@@ -113,4 +112,11 @@ ninja
- Uses Montgomery model.
- Uses fixed window scalar multiplication.
- Uses Wnaf multi-scalar multiplication with interleaving.
- - Uses Montgomery ladder. \ No newline at end of file
+ - Uses Montgomery ladder.
+ - [mbedTLS](https://tls.mbed.org/)
+ - C
+ - Only supports prime field curves.
+ - Uses short Weierstrass and Montgomery models.
+ - Uses comb method for short Weierstrass curves, using (randomized) Jacobian coordinates.
+ - <http://www.hyperelliptic.org/EFD/g1p/auto-shortw-jacobian.html#doubling-dbl-1998-cmo-2>
+ - Uses Montgomery ladder with xz coordinates for Montgomery curves. \ No newline at end of file