pub fn compression_kernel(chaining: [b32; 8], block: [b32; 16]) -> [b32; 8]Expand description
RHDL lowering oracle for one complete compression operation.
This is intentionally combinational. The performance implementation is
RoundPipeline, which places a resetless register after every round.