ligo/src/test/contracts/expected/crypto.religo

4 lines
111 B
Plaintext
Raw Normal View History

2020-06-04 09:54:25 +02:00
let hasherman512 = ((s: bytes)) => Crypto.sha512(s);
2020-06-03 12:41:26 +02:00
2020-06-04 09:54:25 +02:00
let hasherman_blake = ((s: bytes)) => Crypto.blake2b(s);