mirror of
https://github.com/maxgoedjen/secretive.git
synced 2024-11-24 22:47:06 +00:00
Fixed arg labels (#455)
This commit is contained in:
parent
43a9e287c3
commit
93e79470b7
@ -40,7 +40,7 @@ extension Preview {
|
|||||||
return data
|
return data
|
||||||
}
|
}
|
||||||
|
|
||||||
func verify(data: Data, signature: Data, with secret: Preview.Secret) throws -> Bool {
|
func verify(signature data: Data, for signature: Data, with secret: Preview.Secret) throws -> Bool {
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user