finalize_poly1305_hash

Function 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.