Skip to main content

ca_poly_mul

Function ca_poly_mul 

Source
pub unsafe extern "C" fn ca_poly_mul(
    res: *mut ca_poly_struct,
    poly1: *const ca_poly_struct,
    poly2: *const ca_poly_struct,
    ctx: *mut ca_ctx_struct,
)