ligo/src/test/contracts/crypto.religo
2020-03-02 18:01:56 +01:00

3 lines
113 B
Plaintext

let hasherman512 = (s : bytes) => Crypto.sha512 (s);
let hasherman_blake = (s : bytes) => Crypto.blake2b (s);