From 1962d9ec4d4a32a749e961dce68e2eb0315eda52 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Mon, 20 Jul 2015 14:21:46 +0200 Subject: [PATCH] move --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 850630e..ab2236e 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,6 @@ 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) @@ -147,6 +146,8 @@ The goal is to have only projects that are mostly stable and useful to users. ### Encoding * [TyOverby/bincode](https://github.com/TyOverby/bincode) — a binary encoder/decoder in Rust [](https://travis-ci.org/TyOverby/bincode) +* ASN.1 + * [alex/rust-asn1](https://github.com/alex/rust-asn1) — a Rust ASN.1 (DER) serializer [](https://travis-ci.org/alex/rust-asn1) * Bencode * [arjantop/rust-bencode](https://github.com/arjantop/rust-bencode) — [Bencode](http://en.wikipedia.org/wiki/Bencode) implementation in Rust [](https://travis-ci.org/arjantop/rust-bencode) * Byte swapping