Function cbc::xor

source ยท
pub(crate) fn xor<N: ArrayLength<u8>>(
    out: &mut GenericArray<u8, N>,
    buf: &GenericArray<u8, N>,
)