espressif / esp-idf-provisioning-ios

Apache License 2.0
130 stars 62 forks source link

Updating crypto to use `CryptoKit` #66

Open benrudhart opened 1 year ago

benrudhart commented 1 year ago

Is your feature request related to a problem? Please describe. Is it possible to use CryptoKit instead of CommonCrypto this SDK as the API is much easier to read, shorter and less error prone?

Describe the solution you'd like Replace the current implementation and use APIs provided in CryptoKit shipped with iOS