AES256Decrypt::Decrypt

Decrypt a single 16-byte block.

Synopsis

Declared in <crypto/aes.h>

void
Decrypt(
    unsigned char plaintext[],
    unsigned char const ciphertext[]) const;

Parameters

NameDescription
plaintextOutput buffer receiving the 16-byte decrypted block.
ciphertextThe 16-byte block to decrypt.