6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "f4f6e119474e58e04a2b1af817eb585b4fd72bdd89b998624712b5c99be7641c";
19 description = "Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP";
20 license = lib.licenses.mit;
21 homepage = "https://github.com/wbond/asn1crypto";