[#wallet-WALLET_CRYPTO_KEY_SIZE] = xref:wallet.adoc[wallet]::WALLET_CRYPTO_KEY_SIZE :relfileprefix: ../ :mrdocs: Size in bytes of the AES‐256 encryption key derived for the wallet. == Synopsis Declared in `<wallet/crypter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int WALLET_CRYPTO_KEY_SIZE = 32; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#