Add protocol requirements

This commit is contained in:
Max Goedjen
2022-02-24 21:45:46 -08:00
parent 067f1526b0
commit 53c8629870
6 changed files with 13 additions and 1 deletions

View File

@@ -11,6 +11,7 @@ extension Preview {
let name: String
let algorithm = Algorithm.ellipticCurve
let keySize = 256
let requiresAuthentication: Bool = false
let publicKey = UUID().uuidString.data(using: .utf8)!
}