pub fn batch_add_gf128(
a: &[BinaryElem128],
b: &[BinaryElem128],
out: &mut [BinaryElem128],
)Expand description
batch add gf(2^128) elements (xor in gf(2^n))
pub fn batch_add_gf128(
a: &[BinaryElem128],
b: &[BinaryElem128],
out: &mut [BinaryElem128],
)batch add gf(2^128) elements (xor in gf(2^n))