ligo/src/test/contracts/crypto.ligo

4 lines
126 B
Plaintext
Raw Normal View History

function hasherman512 (const s: bytes) : bytes is sha_512(s)
function hasherman_blake (const s: bytes) : bytes is blake2b(s)