A decryption class for AES-256.
Declared in <crypto/aes.h>
class AES256Decrypt;
| 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. |