From 44bd9fd4914e16d08af3de1bbd99a14159f00fd1 Mon Sep 17 00:00:00 2001 From: Lk Geimfari Date: Wed, 25 May 2016 05:28:30 +0300 Subject: [PATCH] minor --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 678213c..6e7588e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A curated list of cryptography resources and links - [Frameworks and Libs](#frameworks-and-libs) - [C](#c) - [C++](#cpp) - - [C#](#csharp) + - [C#](#c-sharp) - [Clojure](#clojure) - [Common Lisp](#common-lisp) - [Delphi](#delphi) @@ -74,7 +74,7 @@ A curated list of cryptography resources and links * [Nettle](http://www.lysator.liu.se/~nisse/nettle/) - a low-level cryptographic library. * [s2n](https://github.com/awslabs/s2n) - an implementation of the TLS/SSL protocols -#### C# +#### C-sharp * [Bouncy Castle](https://bouncycastle.org/csharp/index.html) - All-purpose cryptographic library. * [libsodium-net](https://github.com/adamcaudill/libsodium-net) - libsodium for .NET - A secure cryptographic library. * [StreamCryptor](https://github.com/bitbeans/StreamCryptor) - Stream encryption & decryption with libsodium and protobuf.