From 2a76d40721e89531cf97b5b77bacaa0cdbef970f Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Wed, 7 Dec 2016 18:18:32 -0800 Subject: [PATCH] talk about ASN1Coder in the readme. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3842a36..28461d2 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,5 @@ is used by this library. In order to support dict types, it uses the Private Constructed type 0. The contents are pairs of key value objects. bytes (aka str in Python 2) is mapped to the octet string type. The minimal encoding is used so that the same data will be encoded as the -same string, similar to the ASN.1 DER encoding. +same string, similar to the ASN.1 DER encoding. The class ASN1Coder +is available if the dict support is required to not be present.