From 8cd322fe96ea2f6548a8b8742083a02205b73293 Mon Sep 17 00:00:00 2001 From: byronhe Date: Wed, 18 Sep 2019 14:32:11 +0800 Subject: [PATCH] remove duplicate libhydrogen --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index fafb356..e81f289 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [GnuPG](https://www.gnupg.org/) - A complete and free implementation of the OpenPGP standard. [GPL] * [GnuTLS](http://www.gnutls.org/) - A secure communications library implementing the SSL, TLS and DTLS protocols. [LGPL2.1] * [Libgcrypt](http://www.gnu.org/software/libgcrypt/) - A general purpose cryptographic library originally based on code from GnuPG. [LGPLv2.1+] -* [libhydrogen](https://github.com/jedisct1/libhydrogen) - A lightweight, secure, easy-to-use crypto library for constrained environments. [ISC] * [LibreSSL](http://www.libressl.org/) - A free version of the SSL/TLS protocol forked from OpenSSL in 2014. [?] * [libsodium](https://github.com/jedisct1/libsodium) - P(ortable|ackageable) NaCl-based crypto library, opinionated and easy to use. [ISC] * [libhydrogen](https://github.com/jedisct1/libhydrogen) - A lightweight, secure, easy-to-use crypto library suitable for constrained environments. [ISC]