An encryption class for AES‐256.

Synopsis

Declared in <crypto/aes.h>

class AES256Encrypt;

Member Functions

Name

Description

AES256Encrypt [constructor]

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

~AES256Encrypt [destructor]

Destroy the encrypter and wipe the expanded key material.

Encrypt

Encrypt a single 16‐byte block.

Created with MrDocs