#include <aes.h>
Inheritance diagram for AES:
Definition at line 14 of file aes.h.
Public Types | |
typedef BlockCipherTemplate< ENCRYPTION, Enc > | Encryption |
implements the BlockCipher interface | |
typedef BlockCipherTemplate< DECRYPTION, Dec > | Decryption |
implements the BlockCipher interface |