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

3 lines
145 B
Plaintext

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