[#AES256Decrypt-Decrypt] = xref:AES256Decrypt.adoc[AES256Decrypt]::Decrypt :relfileprefix: ../ :mrdocs: Decrypt a single 16‐byte block. == Synopsis Declared in `<crypto/aes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void Decrypt( unsigned char plaintext[], unsigned char const ciphertext[]) const; ---- == Parameters [cols="1,4"] |=== | Name| Description | *plaintext* | Output buffer receiving the 16‐byte decrypted block. | *ciphertext* | The 16‐byte block to decrypt. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#