From 09bfb33d5a77103601e134eff0f0dcbc9156c1e4 Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Sun, 24 Jan 2016 15:23:17 -1000 Subject: [PATCH] Add *ring* and webpki to the Cryptography section. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a9fa0d5..3d02899 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,8 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs]( ### Cryptography +* [briansmith/ring](https://github.com/briansmith/ring) — Safe, fast, small crypto using Rust and BoringSSL's cryptography primitives. [](https://travis-ci.org/briansmith/ring) +* [briansmith/webpki](https://github.com/briansmith/webpki) — Web PKI TLS X.509 certificate validation in Rust. [](https://travis-ci.org/briansmith/webpki) * [DaGenix/rust-crypto](https://github.com/DaGenix/rust-crypto) — cryptographic algorithms in Rust [](https://travis-ci.org/DaGenix/rust-crypto) * [dnaq/sodiumoxide](https://github.com/dnaq/sodiumoxide) — [libsodium](https://github.com/jedisct1/libsodium) bindings [](https://travis-ci.org/dnaq/sodiumoxide) * [klutzy/suruga](https://github.com/klutzy/suruga) — a Rust implementation of [TLS 1.2](http://tools.ietf.org/html/rfc5246)