Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
#include <crypto/ctaes/ctaes.h>
Include dependency graph for aes.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | AES128Encrypt |
An encryption class for AES-128. More... | |
class | AES128Decrypt |
A decryption class for AES-128. More... | |
class | AES256Encrypt |
An encryption class for AES-256. More... | |
class | AES256Decrypt |
A decryption class for AES-256. More... | |
class | AES256CBCEncrypt |
class | AES256CBCDecrypt |
class | AES128CBCEncrypt |
class | AES128CBCDecrypt |
Variables | |
static const int | AES_BLOCKSIZE = 16 |
static const int | AES128_KEYSIZE = 16 |
static const int | AES256_KEYSIZE = 32 |
Variable Documentation
◆ AES128_KEYSIZE
◆ AES256_KEYSIZE
◆ AES_BLOCKSIZE
|
static |
Definition at line 14 of file aes.h.
Referenced by AES128CBCDecrypt::AES128CBCDecrypt(), AES128CBCEncrypt::AES128CBCEncrypt(), AES256CBCDecrypt::AES256CBCDecrypt(), AES256CBCEncrypt::AES256CBCEncrypt(), CBCDecrypt(), CBCEncrypt(), DecryptAES256(), CCrypter::Encrypt(), EncryptAES256(), AES128CBCDecrypt::~AES128CBCDecrypt(), and AES128CBCEncrypt::~AES128CBCEncrypt().