Skip to main content

poly_mul

Function poly_mul 

Source
pub fn poly_mul(a: &[BigInt], b: &[BigInt], p: &BigInt) -> Vec<BigInt>
Expand description

Polynomial product mod p (coefficients low-to-high).