From 19d09ebf00af0a09506ce3e7534bb658a8e999b9 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 4 Jul 2019 01:53:38 +0200 Subject: Add mbedTLS support. --- docs/LIBS.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs') 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. + - + - Uses Montgomery ladder with xz coordinates for Montgomery curves. \ No newline at end of file -- cgit v1.3.1