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