From 6572568ed0a9919912db7dcb2d3b85c190113ab4 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 21 Jun 2016 18:26:17 +0300 Subject: [PATCH] failing links are fixed --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index d43de2f..c5b9bc3 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,6 @@ A curated list of cryptography resources and links. ### C -- [cryptlib](http://www.cryptlib.com/) - is an open source cross-platform software security toolkit library. - [crypto-algorithms](https://github.com/B-Con/crypto-algorithms) - Basic implementations of standard cryptography algorithms, like AES and SHA-1. - [libgcrypt](http://directory.fsf.org/wiki/Libgcrypt) - is a cryptographic library developed as a separated module of GnuPG. - [libtomcrypt](https://github.com/libtom/libtomcrypt) - is a fairly comprehensive, modular and portable cryptographic toolkit.