Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
aes.h File Reference
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  AES256Encrypt
 An encryption class for AES-256. More...
class  AES256Decrypt
 A decryption class for AES-256. More...
class  AES256CBCEncrypt
class  AES256CBCDecrypt

Variables

static const int AES_BLOCKSIZE = 16
static const int AES256_KEYSIZE = 32

Variable Documentation

◆ AES256_KEYSIZE

const int AES256_KEYSIZE = 32
static

Definition at line 15 of file aes.h.

◆ AES_BLOCKSIZE

const int AES_BLOCKSIZE = 16
static

Definition at line 14 of file aes.h.