X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=pyderasn.py;h=4a1244c6d469d12a172df108c93b68bf325ce010;hp=7ce0565e5da91bd6d57c454752f0a329bc17e3d9;hb=0ebead641ed9643e3d26275fc7d3e9bd89eee0c6;hpb=a5dddee9003022f5b909e1c50b7e56e4d0e3db05 diff --git a/pyderasn.py b/pyderasn.py index 7ce0565..4a1244c 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -20,7 +20,7 @@ """Python ASN.1 DER/BER codec with abstract structures This library allows you to marshal various structures in ASN.1 DER -format, unmarshal them in BER/CER/DER ones. +format, unmarshal BER/CER/DER ones. >>> i = Integer(123) >>> raw = i.encode()