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_POLY_DIVREM_DIVCONQUER_CUTOFF: u32 = 16;
pub const FQ_COMPOSE_MOD_LENH_CUTOFF: u32 = 6;
pub const FQ_COMPOSE_MOD_PREINV_LENH_CUTOFF: u32 = 6;
pub const FQ_MUL_CLASSICAL_CUTOFF: u32 = 6;
pub const FQ_MULLOW_CLASSICAL_CUTOFF: u32 = 6;
pub const FQ_SQR_CLASSICAL_CUTOFF: u32 = 6;
pub const FQ_POLY_HGCD_CUTOFF: u32 = 30;
pub const FQ_POLY_SMALL_GCD_CUTOFF: u32 = 80;
pub const FQ_POLY_GCD_CUTOFF: u32 = 90;