3 lines
126 B
Plaintext
3 lines
126 B
Plaintext
![]() |
function check_signature (const pk: key; const signed: signature; const msg: bytes) : bool is
|
||
|
crypto_check(pk, signed, msg)
|