slackbuilds_ponce/python/pyasn1/README

8 lines
237 B
Text
Raw Normal View History

pyasn1 implements ASN.1 types and codecs (BER, CER, DER) in Python
Its features are:
- Generic implementation of ASN.1 types (X.208)
- Fully standard compliant BER/CER/DER codecs
- 100% Python, works with Python 2.2 and later
- MT-safe