diff options
| author | J08nY | 2019-07-04 01:53:38 +0200 |
|---|---|---|
| committer | J08nY | 2019-07-04 01:55:34 +0200 |
| commit | 19d09ebf00af0a09506ce3e7534bb658a8e999b9 (patch) | |
| tree | 8bb8224d581a0f135c464db799df53c107e3d5e1 /docs | |
| parent | 3e1e6cb5e4ee1c012346e563a630b89310799135 (diff) | |
| download | ECTester-19d09ebf00af0a09506ce3e7534bb658a8e999b9.tar.gz ECTester-19d09ebf00af0a09506ce3e7534bb658a8e999b9.tar.zst ECTester-19d09ebf00af0a09506ce3e7534bb658a8e999b9.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/LIBS.md | 10 |
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 |
