secretive/SecretAgentKit/SigningWitness.swift
Max Goedjen 4b66e874a7
Cleanup of agent (#58)
* Extract key selection.

* Moving agent and socket stuff to SecretAgentKit

* Cleanup of agent
2020-03-16 23:39:34 -07:00

9 lines
125 B
Swift

import Foundation
import SecretKit
public protocol SigningWitness {
func witness(accessTo secret: AnySecret) throws
}