diff options
| author | J08nY | 2017-12-05 18:28:25 +0100 |
|---|---|---|
| committer | J08nY | 2017-12-05 18:28:25 +0100 |
| commit | 861c80be829b1160ee2d9e64076e7ead16312984 (patch) | |
| tree | 940bdfe87e952afba4dfe0987cbe03ffd698e679 /docs | |
| parent | be9c68b2ec522f6e7efda9fad325ab88bd0e8a93 (diff) | |
| download | ECTester-861c80be829b1160ee2d9e64076e7ead16312984.tar.gz ECTester-861c80be829b1160ee2d9e64076e7ead16312984.tar.zst ECTester-861c80be829b1160ee2d9e64076e7ead16312984.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/LIBS.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/LIBS.md b/docs/LIBS.md index 97a80ec..10001d6 100644 --- a/docs/LIBS.md +++ b/docs/LIBS.md @@ -3,14 +3,19 @@ Libraries with at least some ECC support: - [BouncyCastle](https://bouncycastle.org/java.html) + - Java - [Botan](https://botan.randombit.net/) - [Crypto++](https://cryptopp.com/) - [libgcrypt](https://www.gnupg.org/related_software/libgcrypt/) - [libtomcrypt](http://www.libtom.net/LibTomCrypt/) + - C + - Uses Jacobian coordinates. + - Sliding window scalar multiplication algorithm. - [mbedTLS](https://tls.mbed.org/) - [Nettle](http://www.lysator.liu.se/~nisse/nettle/) - [OpenSSL](https://www.openssl.org/) - [OpenSSL (FIPS mode)](https://www.openssl.org/docs/fipsnotes.html) - [Sun EC](https://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.html#SunEC) + - Java + C - [Microsoft CNG](https://msdn.microsoft.com/en-us/library/windows/desktop/aa376210(v=vs.85).aspx) - [Microsoft .NET crypto](https://docs.microsoft.com/en-us/dotnet/standard/security/cryptography-model)
\ No newline at end of file |
