| Home | Trees | Indices | Help |
|---|
|
|
Pure python implementation of ChaCha20/Poly1305 AEAD cipher
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Set the initial state for the ChaCha20 AEAD
|
Decrypts and authenticates ciphertext using nonce and data. If the tag is valid, the plaintext is returned. If the tag is invalid, returns None. |
Encrypts and authenticates plaintext using nonce and data. Returns the ciphertext, consisting of the encrypted plaintext and tag concatenated. |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |