Construct an encrypter from a 32‐byte AES‐256 key.

Synopsis

Declared in <crypto/aes.h>

explicit
AES256Encrypt(unsigned char const key[]);

Parameters

Name

Description

key

The 32‐byte AES‐256 key.

Created with MrDocs