From 2143be748effab61c04d4e0a8f8ca0833e1430d9 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 25 Jul 2018 22:26:00 +0200 Subject: Add note about Microsoft CNG support to docs. --- README.md | 1 + docs/LIBS.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daabdd9..7121027 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,7 @@ Currently supported libraries include: - Crypto++ - libtomcrypt - botan + - Microsoft CNG For more information on ECC libraries see [LIBS](docs/LIBS.md). diff --git a/docs/LIBS.md b/docs/LIBS.md index 59a183f..3d5e5e8 100644 --- a/docs/LIBS.md +++ b/docs/LIBS.md @@ -7,7 +7,6 @@ Popular libraries with at least some ECC support: - [Nettle](http://www.lysator.liu.se/~nisse/nettle/) - [OpenSSL (FIPS mode)](https://www.openssl.org/docs/fipsnotes.html) - BoringSSL - - [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) # Supported libraries @@ -77,4 +76,7 @@ Popular libraries with at least some ECC support: - For prime field curves: - Uses projective coordinates and sliding window scalar multiplication algorithm. - For binary field curves: - - Uses affine coordinates and sliding window scalar multiplication algorithm. \ No newline at end of file + - Uses affine coordinates and sliding window scalar multiplication algorithm. + - [Microsoft CNG](https://msdn.microsoft.com/en-us/library/windows/desktop/aa376210(v=vs.85).aspx) + - C API. + - Closed source, uses whatever. \ No newline at end of file -- cgit v1.2.3-70-g09d2