AndyQ / NFCPassportReader

NFCPassportReader for iOS 13
MIT License
761 stars 249 forks source link

Swift ASN1 Parser #229

Open m1guelpf opened 3 months ago

m1guelpf commented 3 months ago

While source-diving this library, I found multiple comments referencing that no reliable ASN1 parsers existed for Swift. As of two years ago, there is an Apple ASN.1 parser: https://github.com/apple/swift-asn1

Just sharing in case it flew over your radar initially!