dasn1-notation 0.1.1

A compiler for the ASN.1 notation language
Documentation
1
2
3
4
5
6
7
8
9
10
PKCS-12 DEFINITIONS ::= BEGIN

    -- Basic Comment
    PFX ::= SEQUENCE {
        version INTEGER {v3(3)}(v3,...),
        authSafe ContentInfo,
        macData MacData OPTIONAL
    }

END