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