ligo/src/test/contracts/crypto.ligo
2020-02-10 19:27:58 +01:00

4 lines
128 B
Plaintext

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