1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-04 06:08:43 +02:00

Merge pull request #58 from frewsxcv/patch-3

Add rust-asn1
This commit is contained in:
kud1ing 2015-07-20 13:21:50 +02:00
commit d6f2e45394

View File

@ -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 [<img src="https://travis-ci.org/DaGenix/rust-crypto.svg?branch=master">](https://travis-ci.org/DaGenix/rust-crypto)
* [dnaq/sodiumoxide](https://github.com/dnaq/sodiumoxide) — [libsodium](https://github.com/jedisct1/libsodium) bindings [<img src="https://travis-ci.org/dnaq/sodiumoxide.svg?branch=master">](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)