Updating crypto to use `CryptoKit`
benrudhart opened this issue · 0 comments
benrudhart commented
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