AES256Decrypt::AES256Decrypt

Construct a decrypter from a 32-byte AES-256 key.

Synopsis

Declared in <crypto/aes.h>

explicit
AES256Decrypt(unsigned char const key[]);

Parameters

NameDescription
keyThe 32-byte AES-256 key.