4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
let hasherman512 = ((s: bytes)) => Crypto.sha512(s);
|
|
|
|
let hasherman_blake = ((s: bytes)) => Crypto.blake2b(s);
|