pub const SIGNING_CHANNEL_DEFAULT_CAPACITY: usize = kernel::signing_task::DEFAULT_SIGNING_CHANNEL_CAPACITY; // 256usizeExpand description
Default bounded capacity for the kernel’s mpsc-backed signing-task channel. Re-exported so integration tests can assert against the configured value without reaching into crate-private module paths.