swift-crypto
swift-crypto copied to clipboard
Create RSA keys directly from parsed ASN.1
Motivation:
Since https://github.com/apple/swift-crypto/pull/268 we already parse the ASN.1 in _CryptoExtras using swift-asn1 so we could create keys directly from that rather than returning bytes and parsing again later.