A decryption class for AES‐256.
Synopsis
Declared in <crypto/aes.h>
class AES256Decrypt;
Member Functions
Name |
Description |
|
Construct a decrypter from a 32‐byte AES‐256 key. |
|
Destroy the decrypter and wipe the expanded key material. |
Decrypt a single 16‐byte block. |
Created with MrDocs