agens-no / EllipticCurveKeyPair

Sign, verify, encrypt and decrypt using the Secure Enclave
Other
708 stars 114 forks source link

iOS 13 and CryptoKit #45

Open laszlo-major opened 4 years ago

laszlo-major commented 4 years ago

Apple seems to have broken Security.framework in iOS 13+ simulators, while at the same releasing CryptoKit as a standard way of doing crypto operations, limited to iOS 13 and higher.

It would be really nice if the library could transparently implement operations with Cryptokit where available while keeping the same pleasant API.

wuf810 commented 4 years ago

This is the same issue:

https://github.com/agens-no/EllipticCurveKeyPair/issues/46