From ef070d39e7513f36e619096a5c5cbec783b2e721 Mon Sep 17 00:00:00 2001 From: cheeezzz <86076154+cheeezzz@users.noreply.github.com> Date: Mon, 24 Jan 2022 02:31:39 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c46ac58..bf1e1cb 100644 --- a/README.md +++ b/README.md @@ -187,8 +187,8 @@ A curated list of cryptography resources and links. - [cryptopp](https://github.com/weidai11/cryptopp) - Crypto++ Library is a free C++ class library of cryptographic schemes. - [HElib](https://github.com/shaih/HElib) - Software library that implements homomorphic encryption (HE). - [Nettle](http://www.lysator.liu.se/~nisse/nettle/) - Low-level cryptographic library. -- [s2n](https://github.com/awslabs/s2n) - Implementation of the TLS/SSL protocols. - [=nil; Crypto3](https://github.com/NilFoundation/crypto3) - Modern Cryptography Suite in C++17 (complete applied cryptography suite starting with block ciphers and ending with threshold cryptography, zk proof systems, etc). +- [s2n](https://github.com/awslabs/s2n) - Implementation of the TLS/SSL protocols. ### C-sharp