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.
pub fn crypto_hash_sha256_final(state: Sha256State, output: &mut Sha256Digest)Finalizes state of SHA-256, and writes the digest to output consuming
state.