Function ring::aead::poly1305::sign

source ยท
pub(super) fn sign(key: Key, input: &[u8], cpu_features: Features) -> Tag
Expand description

Implements the original, non-IETF padding semantics.

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