mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-04-19 23:57:24 +02:00
Supporting different EC sizes, RSA not working yet
This commit is contained in:
@@ -7,6 +7,8 @@ extension SecureEnclave {
|
||||
|
||||
public let id: Data
|
||||
public let name: String
|
||||
public let algorithm = Algorithm.ellipticCurve
|
||||
public let keySize = 256
|
||||
public let publicKey: Data
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user