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