AES256Encrypt::Encrypt

Encrypt a single 16-byte block.

Synopsis

Declared in <crypto/aes.h>

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

Parameters

NameDescription
ciphertextOutput buffer receiving the 16-byte encrypted block.
plaintextThe 16-byte block to encrypt.