Skip to main content

crypto_hash_sha3256_final

Function crypto_hash_sha3256_final 

Source
pub fn crypto_hash_sha3256_final(
    state: Sha3256State,
    output: &mut Sha3256Digest,
)
Expand description

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