Request Attribution (#59)

This commit is contained in:
Max Goedjen
2020-03-17 00:56:55 -07:00
committed by GitHub
parent 4b66e874a7
commit 2b5fdf541d
7 changed files with 95 additions and 9 deletions

View File

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