Description
A Haskell library that provides a simple monadic parser for ASN.1 stream types. It helps developers consume ASN.1 structures step by step after low-level decoding.
Use it in code that needs clearer ASN.1 parsing logic for certificates, keys, or protocol data. Careful validation still matters because malformed inputs can come from untrusted files or networks.