Skip to main content

wrapping_mul_add

Function wrapping_mul_add 

Source
pub const fn wrapping_mul_add(
    lhs: &[Limb],
    rhs: &[Limb],
    out: &mut [Limb],
) -> Limb
Expand description

Schoolbook multiplication which only calculates the lower limbs of the product.