A decryption class for AES‐256.

Synopsis

Declared in <crypto/aes.h>

class AES256Decrypt;

Member Functions

Name

Description

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.

Created with MrDocs