Expand description

Core AEAD cipher implementation a StreamCipher and Poly1305.

Structs

  • Cipher 🔒
    Cipher is a generic AEAD from an arbitrary StreamCipher and an Poly1305. Note that this cipher implements an AEAD but does not authenticate the message length in contrast to other Poly1305-based AEADs, e.g. ChaCha20Poly1305