From a7723b1a244211800e378bbdc06f07e33eada8b9 Mon Sep 17 00:00:00 2001 From: ricorselt Date: Wed, 15 Nov 2017 12:01:07 +0100 Subject: [PATCH 1/2] 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 From 0223861797e33c64fbac6e12273ac0551de48fdd Mon Sep 17 00:00:00 2001 From: ricorselt Date: Wed, 15 Nov 2017 12:12:26 +0100 Subject: [PATCH 2/2] Added Proteus --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70e765e..1a5accf 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ A curated list of cryptography resources and links. - [keywhiz](https://github.com/square/keywhiz) - A system for distributing and managing secrets. - [pac4j](https://github.com/pac4j/pac4j) - Security engine. - [scrypt](https://github.com/wg/scrypt) - Pure Java implementation of the scrypt key derivation function and a JNI interface to the C implementations, including the SSE2 optimized version. +- [proteus.js](http://example.com/) - A short description ends with a period. ### Julia @@ -316,6 +317,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. +- [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. - [rust-openssl](https://github.com/sfackler/rust-openssl) - OpenSSL bindings for Rust. @@ -323,7 +325,6 @@ 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