The crypto_hash() function hashes a message 'msg'. It returns a hash 'output'. The output length of 'output' should be at least crypto_hash_BYTES.
resulting hash
message
sha512 hash
See Implementation
The crypto_hash() function hashes a message 'msg'. It returns a hash 'output'. The output length of 'output' should be at least crypto_hash_BYTES.