pub const SECURE_MIN_HUMAN_LENGTH: usize = 8;
The secure minimum human-entered code length codlet enforces by default. 8 symbols over the 31-symbol alphabet is ~39.6 bits (RFC-003 §11.3).