dasn1-der 0.1.1

A serde implementation of ASN.1 DER encoding/decoding
Documentation

ASN.1 Distingushed Encoding Rules (DER)

Distingushed Encoding Rules are a superset of the ASN.1 Basic Encoding Rules (BER), designed to be canonical (An encoding where there is only a single way to encode a value) and for when you have all of the data needed to encode. DER is used in frequently in cryptography (X.509 certificates, PKCS#12).