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