Cleanup of agent (#58)

* Extract key selection.

* Moving agent and socket stuff to SecretAgentKit

* Cleanup of agent
This commit is contained in:
Max Goedjen
2020-03-16 23:39:34 -07:00
committed by GitHub
parent aa52da2c04
commit 4b66e874a7
6 changed files with 76 additions and 30 deletions

View File

@@ -0,0 +1,8 @@
import Foundation
import SecretKit
public protocol SigningWitness {
func witness(accessTo secret: AnySecret) throws
}