Skip to main content

crypto_hash_sha256_final

Function crypto_hash_sha256_final 

Source
pub fn crypto_hash_sha256_final(state: Sha256State, output: &mut Sha256Digest)
Expand description

Finalizes state of SHA-256, and writes the digest to output consuming state.