pub(super) unsafe fn prepare_keys(
key: &Key,
) -> (AdditionKey, PrecomputedMultiplier)Available with target feature
avx2 only.Expand description
Derives the Poly1305 addition and polynomial keys.
pub(super) unsafe fn prepare_keys(
key: &Key,
) -> (AdditionKey, PrecomputedMultiplier)avx2 only.Derives the Poly1305 addition and polynomial keys.