|
Security Scol plugin
|
Class file for the AES cipher (Rijndael) More...
#include "rijndael.h"Go to the source code of this file.
Typedefs | |
| typedef RijndaelEncryption | AESEncryption |
| typedef RijndaelDecryption | AESDecryption |
Functions | |
| DOCUMENTED_TYPEDEF (Rijndael, AES) | |
| AES block cipher (Rijndael) | |
Class file for the AES cipher (Rijndael)
AES is a typdef for Rijndael classes. All key sizes are supported. The library only provides Rijndael with 128-bit blocks, and not 192-bit or 256-bit blocks
Definition in file aes.h.
| typedef RijndaelDecryption AESDecryption |
| typedef RijndaelEncryption AESEncryption |
| DOCUMENTED_TYPEDEF | ( | Rijndael | , |
| AES | |||
| ) |
AES block cipher (Rijndael)
AES is a typdef for Rijndael classes. All key sizes are supported. The library only provides Rijndael with 128-bit blocks, and not 192-bit or 256-bit blocks