Home | Trees | Indices | Help |
---|
|
AES-GCM implementation. Note: this implementation does not attempt to be side-channel resistant. It's also rather slow.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
|
|||
|
|||
|
|||
|
|
|||
_gcmReductionTable =
|
|
|
Encrypts (or decrypts) plaintext with AES-CTR. counter is modified. |
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. |
|
_gcmReductionTable
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |