pub fn signer_top_with_lane_kernel<const ROUNDS: usize, const ADDRESS_BITS: usize, L: CompressionLaneComponent>(
clock_reset: ClockReset,
input: SignerTopInput,
q: SignerTopQ<ROUNDS, ADDRESS_BITS, L>,
) -> (SignerTopOutput, SignerTopD<ROUNDS, ADDRESS_BITS, L>)where
W<ROUNDS>: BitWidth,
W<ADDRESS_BITS>: BitWidth,Expand description
State transition and narrow global connectivity for an injected lane.