ligo/src/test/contracts/check_signature.mligo

3 lines
101 B
Plaintext
Raw Normal View History

let check_signature (pk, signed, msg: key * signature * bytes) : bool =
Crypto.check pk signed msg