Function aes::soft::fixslice::bitslice

source ยท
fn bitslice(
    output: &mut [u64],
    input0: &[u8],
    input1: &[u8],
    input2: &[u8],
    input3: &[u8],
)
Expand description

Bitslice four 128-bit input blocks input0, input1, input2, input3 into a 512-bit internal state.