Module xchacha20poly1305

Module xchacha20poly1305 

Source
Expand description

XChaCha20Poly1305 authenticated encryption with proper error handling

This module implements the XChaCha20Poly1305 Authenticated Encryption with Associated Data (AEAD) algorithm, which extends ChaCha20Poly1305 with a 24-byte nonce.

Structs§

XChaCha20Poly1305
XChaCha20Poly1305 variant with extended 24-byte nonce

Constants§

XCHACHA20POLY1305_NONCE_SIZE
Size of the XChaCha20Poly1305 nonce in bytes