MAX_ENTROPY_BYTES

const val MAX_ENTROPY_BYTES: Int = 32

Maximum entropy size in bytes (256 bits = 32 bytes).

Per BIP-39: The maximum allowed entropy is 256 bits, which produces a 24-word mnemonic.