An encryption class for AES‐256.
Synopsis
Declared in <crypto/aes.h>
class AES256Encrypt;
Member Functions
Name |
Description |
|
Construct an encrypter from a 32‐byte AES‐256 key. |
|
Destroy the encrypter and wipe the expanded key material. |
Encrypt a single 16‐byte block. |
Created with MrDocs