From: Sergey Matveev Date: Wed, 26 Feb 2020 13:30:07 +0000 (+0300) Subject: colonize_hex is publicly available function X-Git-Tag: 7.4~6 X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=d64fec6b1b2c2d41799ba047975bf5ec023797f0 colonize_hex is publicly available function --- diff --git a/pyderasn.py b/pyderasn.py index 60d9cf0..dbe7066 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -1195,6 +1195,7 @@ __all__ = ( "Boolean", "BoundsError", "Choice", + "colonize_hex", "DecodeError", "DecodePathDefBy", "encode2pass",