[#wallet-WALLET_CRYPTO_SALT_SIZE] = xref:wallet.adoc[wallet]::WALLET_CRYPTO_SALT_SIZE :relfileprefix: ../ :mrdocs: Size in bytes of the salt mixed into the passphrase during key derivation. == Synopsis Declared in `<wallet/crypter.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr unsigned int WALLET_CRYPTO_SALT_SIZE = 8; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#