ligo/src/test/contracts/expected/crypto.ligo.expected
2020-06-08 15:00:44 +02:00

6 lines
147 B
Plaintext

function hasherman512 (const s : bytes) : bytes is
Crypto.sha512 (s)
function hasherman_blake (const s : bytes) : bytes is
Crypto.blake2b (s)