Abstract Syntax Notation One (ASN1) subset in Swift
The ASN1 package implements a subset of the ASN1 (Abstract Syntax Notation One) specification in Swift.
It is intended to be used in writing cryptographic applications like ECIES and ECDSA in Swift.
ASN1 functionality:
ASN1 requires Swift 5.0. It also requires that the Int
and UInt
types be 64 bit types.
Its documentation is build with the DocC plugin and published on GitHub Pages at this location:
https://leif-ibsen.github.io/ASN1/documentation/asn1
The documentation is also available in the ASN1.doccarchive file.