Decrypt a single 16-byte block.
Declared in <crypto/aes.h>
void
Decrypt(
unsigned char plaintext[],
unsigned char const ciphertext[]) const;
| Name | Description |
|---|---|
| plaintext | Output buffer receiving the 16-byte decrypted block. |
| ciphertext | The 16-byte block to decrypt. |