flint-sys 0.9.0

Bindings to the FLINT C library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/* automatically generated by rust-bindgen 0.70.1 */



pub const FQ_NMOD_POLY_DIVREM_DIVCONQUER_CUTOFF: u32 = 16;
pub const FQ_NMOD_COMPOSE_MOD_LENH_CUTOFF: u32 = 6;
pub const FQ_NMOD_COMPOSE_MOD_PREINV_LENH_CUTOFF: u32 = 6;
pub const FQ_NMOD_MUL_CLASSICAL_CUTOFF: u32 = 6;
pub const FQ_NMOD_SQR_CLASSICAL_CUTOFF: u32 = 6;
pub const FQ_NMOD_MULLOW_CLASSICAL_CUTOFF: u32 = 6;
pub const FQ_NMOD_POLY_HGCD_CUTOFF: u32 = 25;
pub const FQ_NMOD_POLY_SMALL_GCD_CUTOFF: u32 = 110;
pub const FQ_NMOD_POLY_GCD_CUTOFF: u32 = 120;