Names of MPFQ functions

The names of the functions in the MPFQ library (tend to) follow the following pattern: mpfq_FieldFamily_ObjectClass_Operation(), where

For instance, the function mpfq_2_19_vec_init() is for initializing vectors of elements over the field \(\mathbb{F}_{2^{19}}\).

The function mpfq_p_2_mul() is for multiplying elements of prime fields, for which the prime p fits in two machine word and coded in classical representation.