Function secured_cipher::algorithm::poly1305::finalize_poly1305_hash
source · pub fn finalize_poly1305_hash(hash: &mut [u32; 5])Expand description
Finalizes the Poly1305 hash computation.
This function finalizes the Poly1305 hash computation by performing the necessary adjustments and reductions on the internal state.
Arguments
hash- A mutable reference to the Poly1305 hash state.