Construct a decrypter from a 32‐byte AES‐256 key.
Synopsis
Declared in <crypto/aes.h>
explicit
AES256Decrypt(unsigned char const key[]);
Parameters
Name |
Description |
key |
The 32‐byte AES‐256 key. |
Created with MrDocs