An encryption class for AES-256.
Declared in <crypto/aes.h>
class AES256Encrypt;
| 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. |