swift-crypto icon indicating copy to clipboard operation
swift-crypto copied to clipboard

Create RSA keys directly from parsed ASN.1

Open gautierdelorme opened this issue 1 year ago • 0 comments

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.

gautierdelorme avatar Oct 03 '24 16:10 gautierdelorme