[#AES256_KEYSIZE] = AES256_KEYSIZE :mrdocs: Size of an AES‐256 key, in bytes. == Synopsis Declared in `<crypto/aes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr int AES256_KEYSIZE = 32; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#