pub fn feed_forward_kernel(
chaining: [b32; 8],
working: WorkingState,
) -> [b32; 8]Expand description
Adds the final working variables to the input chaining value.
pub fn feed_forward_kernel(
chaining: [b32; 8],
working: WorkingState,
) -> [b32; 8]Adds the final working variables to the input chaining value.