Function aes::soft::fixslice::inv_bitslice
source ยท fn inv_bitslice(input: &[u64]) -> GenericArray<Block, U4>
Expand description
Un-bitslice a 512-bit internal state into four 128-bit blocks of output.
fn inv_bitslice(input: &[u64]) -> GenericArray<Block, U4>
Un-bitslice a 512-bit internal state into four 128-bit blocks of output.