3 lines
145 B
Plaintext
3 lines
145 B
Plaintext
function hasherman512 (const s : bytes) : bytes is Crypto.sha512 (s)
|
|
function hasherman_blake (const s : bytes) : bytes is Crypto.blake2b (s)
|