From a7723b1a244211800e378bbdc06f07e33eada8b9 Mon Sep 17 00:00:00 2001 From: ricorselt Date: Wed, 15 Nov 2017 12:01:07 +0100 Subject: [PATCH] Added Proteus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3788a7..70e765e 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ encryption library providing MD5, SHA1, SHA2 hashing and HMAC functionality, as - [sodiumoxide](https://github.com/dnaq/sodiumoxide) - Sodium Oxide: Fast cryptographic library for Rust (bindings to libsodium). - [suruga](https://github.com/klutzy/suruga) - TLS 1.2 implementation in Rust. - [webpki](https://github.com/briansmith/webpki) - Web PKI TLS X.509 certificate validation in Rust. +- [proteus](https://github.com/wireapp/proteus) - Axolotl protocol implementation, without header keys, in Rust. ### Scala