rust-security-framework icon indicating copy to clipboard operation
rust-security-framework copied to clipboard

SecKey::ec uses deprecated `kSecAttrKeyTypeEC`

Open teidesu opened this issue 1 year ago • 1 comments

...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

teidesu avatar Aug 16 '24 01:08 teidesu

Please make a PR with an update

kornelski avatar Aug 18 '24 22:08 kornelski