[#AES256Encrypt-2constructor] = xref:AES256Encrypt.adoc[AES256Encrypt]::AES256Encrypt :relfileprefix: ../ :mrdocs: Construct an encrypter from a 32‐byte AES‐256 key. == Synopsis Declared in `<crypto/aes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit AES256Encrypt(unsigned char const key[]); ---- == Parameters [cols="1,4"] |=== | Name| Description | *key* | The 32‐byte AES‐256 key. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#