3 lines
106 B
Plaintext
3 lines
106 B
Plaintext
![]() |
let hasherman512 = (s: bytes) => Crypto.sha512(s);
|
||
|
let hasherman_blake = (s: bytes) => Crypto.blake2b(s);
|