aboutsummaryrefslogtreecommitdiff
path: root/docs/LIBS.md
blob: 97a80ecba62f44e1259af3e06d315e1bd1e02577 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)