aws_lc_rs::aead::poly1305

Function sign

Source
pub(super) fn sign(key: Key, input: &[u8]) -> Tag
Expand description

Implements the original, non-IETF padding semantics.

This is used by chacha20_poly1305_openssh and the standalone poly1305 test vectors.