AES256Decrypt

A decryption class for AES-256.

Synopsis

Declared in <crypto/aes.h>

class AES256Decrypt;

Member Functions

NameDescription
AES256Decrypt [constructor]Construct a decrypter from a 32-byte AES-256 key.
~AES256Decrypt [destructor]Destroy the decrypter and wipe the expanded key material.
Decrypt Decrypt a single 16-byte block.