From 712dc8e14ea50e474d82bd5a8fa0b670d2ab6a7d Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Mon, 20 Jul 2015 18:41:49 +0800 Subject: [PATCH] Add rust-asn1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5e0b9a..850630e 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ The goal is to have only projects that are mostly stable and useful to users. ### Cryptography +* [alex/rust-asn1](https://github.com/alex/rust-asn1) - A Rust ASN.1 (DER) serializer * [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)