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