From a434105e5eb38beda00e7f203c030323c380a20e Mon Sep 17 00:00:00 2001 From: cheeezzz <86076154+cheeezzz@users.noreply.github.com> Date: Tue, 25 Jan 2022 22:36:38 +0300 Subject: [PATCH] Add =nil; Crypto3 C++ Cryptography Suite (#165) * Update README.md * Update README.md * Update README.md * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3d44ac..079c381 100644 --- a/README.md +++ b/README.md @@ -183,6 +183,7 @@ A curated list of cryptography resources and links. ### C++ +- [=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). - [Botan](https://botan.randombit.net/) - Cryptography library written in `C++11`. - [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).