Package tlslite :: Package utils :: Module chacha20_poly1305
[hide private]
[frames] | no frames]

Module chacha20_poly1305

source code

Pure Python implementation of ChaCha20/Poly1305 AEAD cipher

Implementation that follows RFC 7539 and draft-ietf-tls-chacha20-poly1305-00

Classes [hide private]
  CHACHA20_POLY1305
Pure python implementation of ChaCha20/Poly1305 AEAD cipher
Variables [hide private]
  __package__ = 'tlslite.utils'