Function dryoc::classic::crypto_hash::crypto_hash_sha512_final
source · pub fn crypto_hash_sha512_final(state: Sha512State, output: &mut Digest)
Expand description
Finalizes state
of SHA-512, and writes the digest to output
consuming
state
.