mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-08-27 15:40:57 +00:00
Expose some constants.
This commit is contained in:
parent
16b9b3816a
commit
9dbaea699b
@ -248,9 +248,9 @@ extension SecureEnclave.Store {
|
||||
|
||||
extension SecureEnclave {
|
||||
|
||||
enum Constants {
|
||||
static let keyTag = Data("com.maxgoedjen.secretive.secureenclave.key".utf8)
|
||||
static let keyType = kSecAttrKeyTypeECSECPrimeRandom as String
|
||||
public enum Constants {
|
||||
public static let keyTag = Data("com.maxgoedjen.secretive.secureenclave.key".utf8)
|
||||
public static let keyType = kSecAttrKeyTypeECSECPrimeRandom as String
|
||||
static let unauthenticatedThreshold: TimeInterval = 0.05
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user