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