Skip to main content

flint_sys/
fq_poly_factor.rs

1/* automatically generated by rust-bindgen 0.70.1 */
2
3use crate::deps::*;
4use crate::fq_types::*;
5
6
7extern "C" {
8    pub fn FQ_POLY_ITERATED_FROBENIUS_CUTOFF(
9        ctx: *const fq_ctx_struct,
10        length: slong,
11    ) -> libc::c_int;
12    pub fn fq_poly_factor_get_poly(
13        z: *mut fq_poly_struct,
14        fac: *const fq_poly_factor_struct,
15        i: slong,
16        ctx: *const fq_ctx_struct,
17    );
18}