rust-security-framework
rust-security-framework copied to clipboard
SecKey::ec uses deprecated `kSecAttrKeyTypeEC`
...and there is no way to use the new kSecAttrKeyTypeECSECPrimeRandom without patching that in or manually building CFDictionary
ref: https://developer.apple.com/documentation/security/ksecattrkeytypeec
Please make a PR with an update
This PR would address that: https://github.com/kornelski/rust-security-framework/pull/218