ENTROPY_BITS_12_WORDS

const val ENTROPY_BITS_12_WORDS: Int = 128

Entropy bits for 12-word mnemonics.

Calculation: 128 bits entropy + 4 bits checksum = 132 bits / 11 = 12 words. Security: 128 bits (~10^38 combinations) - adequate security for most use cases.