Skip to content

Swift ASN1 0.10.0

Compare
Choose a tag to compare
@dnadoba dnadoba released this 04 Jul 09:48
· 33 commits to main since this release
4758353

SemVer Minor

  • Add method to lazily parse a SET from a ASN1Node (#32, #34)
  • Make IntegerBytesCollection conditionally Sendable (#33)

SemVer Patch

  • Avoid using stride(from:to:by:).reversed() (#31)