diff --git a/SecretKit/SmartCard/SmartCardStore.swift b/SecretKit/SmartCard/SmartCardStore.swift index 0adfb0d..b1ed962 100644 --- a/SecretKit/SmartCard/SmartCardStore.swift +++ b/SecretKit/SmartCard/SmartCardStore.swift @@ -90,6 +90,8 @@ extension SmartCard.Store { guard let tokenID = tokenID else { return } let attributes = [ kSecClass: kSecClassKey, + kSecAttrKeyType: kSecAttrKeyTypeEC, + kSecAttrKeySizeInBits: 256, kSecAttrTokenID: tokenID, kSecReturnRef: true, kSecMatchLimit: kSecMatchLimitAll,