KERNEL_MAX_KPOOL

Constant KERNEL_MAX_KPOOL 

Source
pub const KERNEL_MAX_KPOOL: usize = 8;
Expand description

float lg[8] in dsa_kpool_compress — the most pool slots the compression kernel can hold. The kernel loops s < KP && s < 8, so a larger index_kpool is silently truncated rather than rejected. Mirrored here so config validation refuses it instead.