ENTROPY_BITS_24_WORDS

const val ENTROPY_BITS_24_WORDS: Int = 256

Entropy bits for 24-word mnemonics.

Calculation: 256 bits entropy + 8 bits checksum = 264 bits / 11 = 24 words. Security: 256 bits (~10^77 combinations) - maximum security, recommended for long-term storage.