AES256Encrypt::AES256Encrypt

Construct an encrypter from a 32-byte AES-256 key.

Synopsis

Declared in <crypto/aes.h>

explicit
AES256Encrypt(unsigned char const key[]);

Parameters

NameDescription
keyThe 32-byte AES-256 key.