Skip to main content

poly1305_seq

Function poly1305_seq 

Source
pub fn poly1305_seq(key: &[i64], msg: &[i64]) -> LogosSeq<i64>
Expand description

poly1305Mac(key, msg) → 16-byte tag. The MAC primitive (constant-time 5×26-bit limbs).