From 5f602d3c63e2a8dfcdf85907dda1373a1e0ea1b4 Mon Sep 17 00:00:00 2001 From: Stuart Reilly Date: Wed, 20 Jun 2018 15:27:19 +0100 Subject: [PATCH] Add RustCrypto/hashes --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2670d37..9eb43c5 100644 --- a/README.md +++ b/README.md @@ -612,6 +612,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust and IDEs](https * [exonum/exonum](https://github.com/exonum/exonum) [[exonum](https://crates.io/crates/exonum)] — extensible framework for blockchain projects [](https://travis-ci.org/exonum/exonum) * [klutzy/suruga](https://github.com/klutzy/suruga) — a Rust implementation of [TLS 1.2](https://tools.ietf.org/html/rfc5246) * [libOctavo/octavo](https://github.com/libOctavo/octavo) — Modular hash and crypto library in Rust [](https://travis-ci.org/libOctavo/octavo) +* [RustCrypto/hashes](https://github.com/RustCrypto/hashes) - Collection of cryptographic hash functions written in pure Rust [](https://travis-ci.org/RustCrypto/hashes) * [rustindia/mpw-rs](https://github.com/rustindia/mpw-rs) — Pure Rust implementation of the Master Password password manager [](https://travis-ci.org/rustindia/mpw-rs) * [racum/rust-djangohashers](https://github.com/racum/rust-djangohashers) — A Rust port of the password primitives used in the Django Project. It doesn't require Django, only hashes and validates passwords according to its style. [](https://travis-ci.org/Racum/rust-djangohashers) * [RNCryptor/rncryptor-rs](https://github.com/RNCryptor/rncryptor-rs) — Pure Rust implementation of the RNCryptor AES file format