diff options
| author | J08nY | 2017-11-12 17:23:04 +0100 |
|---|---|---|
| committer | J08nY | 2017-11-12 17:23:04 +0100 |
| commit | e329190e496ecf847cfd7afa886ac08cacb2fc92 (patch) | |
| tree | 1a59895a1c6ee6e158b1feb5ff140e8af6887f07 /docs | |
| parent | e97e68677d0141af52e0c5be291d147cbe58c5b1 (diff) | |
| download | ECTester-e329190e496ecf847cfd7afa886ac08cacb2fc92.tar.gz ECTester-e329190e496ecf847cfd7afa886ac08cacb2fc92.tar.zst ECTester-e329190e496ecf847cfd7afa886ac08cacb2fc92.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/LIBS.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/LIBS.md b/docs/LIBS.md new file mode 100644 index 0000000..97a80ec --- /dev/null +++ b/docs/LIBS.md @@ -0,0 +1,16 @@ +# Libraries + +Libraries with at least some ECC support: + + - [BouncyCastle](https://bouncycastle.org/java.html) + - [Botan](https://botan.randombit.net/) + - [Crypto++](https://cryptopp.com/) + - [libgcrypt](https://www.gnupg.org/related_software/libgcrypt/) + - [libtomcrypt](http://www.libtom.net/LibTomCrypt/) + - [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) + - [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 |
