diff options
| author | J08nY | 2018-11-11 17:51:53 +0100 |
|---|---|---|
| committer | J08nY | 2018-11-11 18:42:20 +0100 |
| commit | f59aaf972a83330206e8b0d2e1819f45da38f74e (patch) | |
| tree | f37f2ddbe72f85cb4ff532fec7107f752038b82a /docs | |
| parent | cc531b1ea70050da42bdd2b0cc611d33200a90a9 (diff) | |
| download | ECTester-f59aaf972a83330206e8b0d2e1819f45da38f74e.tar.gz ECTester-f59aaf972a83330206e8b0d2e1819f45da38f74e.tar.zst ECTester-f59aaf972a83330206e8b0d2e1819f45da38f74e.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/LIBS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/LIBS.md b/docs/LIBS.md index faab84d..d41f98a 100644 --- a/docs/LIBS.md +++ b/docs/LIBS.md @@ -55,6 +55,8 @@ Libraries that ECTester can test. - Uses Lopez-Dahab (Montgomery) ladder, XZ coordinates (ec2_mont.c): Fast multiplication on elliptic curves over GF(2^m) without precomputation (Algorithm 2P) - Contains an implementation of IEEE P1363 algorithm A.10.3 using affine coordinates (ec2_aff.c) - Has some custom arithmetic for some of the NIST primes. + - [WolfCrypt](https://www.wolfssl.com) + - C + Java - [OpenSSL](https://www.openssl.org/) - C - For prime field curves: |
