We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9f3034 commit 64c2e57Copy full SHA for 64c2e57
Sources/Keychain/Keychain.swift
@@ -5,6 +5,8 @@ import Foundation
5
6
public class Keychain
7
{
8
+ public init() {}
9
+
10
public func retrieveOrGeneratePrivateKey(label: String) -> P256.KeyAgreement.PrivateKey?
11
12
// Do we already have a key?
0 commit comments