Skip to main content

batch_mul_gf128

Function batch_mul_gf128 

Source
pub fn batch_mul_gf128(
    a: &[BinaryElem128],
    b: &[BinaryElem128],
    out: &mut [BinaryElem128],
)
Expand description

batch multiply gf(2^128) elements with two-tier dispatch: hardware-accel → pclmulqdq, else → scalar