Split witness call (fixes #62)

This commit is contained in:
Max Goedjen
2020-03-18 20:04:24 -07:00
parent 5a2d3ecc2e
commit 85eb4983bc
3 changed files with 9 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ import SecretKit
public protocol SigningWitness {
func speakNowOrForeverHoldYourPeace(forAccessTo secret: AnySecret, by provenance: SigningRequestProvenance) throws
func witness(accessTo secret: AnySecret, by provenance: SigningRequestProvenance) throws
}