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