mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-04-18 05:22:11 +00:00
9 lines
125 B
Swift
9 lines
125 B
Swift
import Foundation
|
|
import SecretKit
|
|
|
|
public protocol SigningWitness {
|
|
|
|
func witness(accessTo secret: AnySecret) throws
|
|
|
|
}
|