From e1a3cf6d6c6aba42eae05bd1f3700b0bb590c2db Mon Sep 17 00:00:00 2001 From: Marcelo Cerri Date: Wed, 2 Mar 2016 13:02:12 -0300 Subject: [PATCH] Add ASN.1 alternative library. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84ea7d8..bcda028 100644 --- a/README.md +++ b/README.md @@ -725,6 +725,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries and tools for binary serialization* +* [asn1](https://github.com/PromonLogicalis/asn1) - Asn.1 BER and DER encoding library for golang * [go-capnproto](https://github.com/glycerine/go-capnproto) - Cap'n Proto library and parser for go * [bambam](https://github.com/glycerine/bambam) - generator for Cap'n Proto schemas from go. * [go-codec](https://github.com/ugorji/go) - High Performance, feature-Rich, idiomatic encode, decode and rpc library for msgpack, cbor and json, with runtime-based OR code-generation support