diff options
| author | J08nY | 2018-07-25 22:26:00 +0200 |
|---|---|---|
| committer | J08nY | 2018-07-25 22:26:00 +0200 |
| commit | 2143be748effab61c04d4e0a8f8ca0833e1430d9 (patch) | |
| tree | e6aa4b4bd720d56e70ec41af2bcd052c4f4c7ba6 | |
| parent | fb3daa0163127efa94c147618d40547f506398f1 (diff) | |
| download | ECTester-2143be748effab61c04d4e0a8f8ca0833e1430d9.tar.gz ECTester-2143be748effab61c04d4e0a8f8ca0833e1430d9.tar.zst ECTester-2143be748effab61c04d4e0a8f8ca0833e1430d9.zip | |
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | docs/LIBS.md | 6 |
2 files changed, 5 insertions, 2 deletions
@@ -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 |
