Static Public Attributes
wolfcrypt.ciphers.Aes Class Reference
Inheritance diagram for wolfcrypt.ciphers.Aes:
wolfcrypt.ciphers._Cipher

Static Public Attributes

int block_size = 16
 
 key_size = None
 

Additional Inherited Members

- Public Member Functions inherited from wolfcrypt.ciphers._Cipher
def __init__ (self, key, mode, IV=None)
 
def new (cls, key, mode, IV=None, kwargs)
 
def encrypt (self, string)
 
def decrypt (self, string)
 

Detailed Description

The **Advanced Encryption Standard** (AES), a.k.a. Rijndael, is
a symmetric-key cipher standardized by **NIST**.