From 66a95addb2ea8229b453c64b093b12ab85c8f6cb Mon Sep 17 00:00:00 2001 From: brycx Date: Thu, 26 Jul 2018 20:19:46 +0200 Subject: [PATCH] Add orion --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ce99ff..5494734 100644 --- a/README.md +++ b/README.md @@ -319,6 +319,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as ### Rust - [octavo](https://github.com/libOctavo/octavo) - Highly modular & configurable hash & crypto library. +- [orion](https://github.com/brycx/orion) - This library aims to provide easy and usable crypto. 'Usable' meaning exposing high-level API's that are easy to use and hard to misuse. - [proteus](https://github.com/wireapp/proteus) - Axolotl protocol implementation, without header keys, in Rust. - [ring](https://github.com/briansmith/ring) - Safe, fast, small crypto using Rust & BoringSSL's cryptography primitives. - [rust-crypto](https://github.com/DaGenix/rust-crypto) - Mostly pure-Rust implementation of various cryptographic algorithms.