From 5a158d745cc1811776baf9f3cbfea4be5584b63a Mon Sep 17 00:00:00 2001 From: burrrata <42473928+burrrata@users.noreply.github.com> Date: Fri, 30 Nov 2018 03:57:57 -0300 Subject: [PATCH] Update README.md (#73) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cdd74fc..5ce4d66 100644 --- a/README.md +++ b/README.md @@ -335,6 +335,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as ### Rust +- [dalek cryptography](https://github.com/dalek-cryptography/) - Fast yet safe mid-level API for ECC, Bulletproofs, and more. - [octavo](https://github.com/libOctavo/octavo) - Highly modular & configurable hash & crypto library. - [proteus](https://github.com/wireapp/proteus) - Axolotl protocol implementation, without header keys, in Rust. - [recrypt](https://github.com/IronCoreLabs/recrypt-rs) - A pure-Rust library that implements cryptographic primitives for building a multi-hop Proxy Re-encryption scheme, known as Transform Encryption.