mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-05-10 04:57:22 +00:00
* Extract key selection. * Moving agent and socket stuff to SecretAgentKit * Cleanup of agent
9 lines
125 B
Swift
9 lines
125 B
Swift
import Foundation
|
|
import SecretKit
|
|
|
|
public protocol SigningWitness {
|
|
|
|
func witness(accessTo secret: AnySecret) throws
|
|
|
|
}
|