* @def bi_mod * Find the residue of B. bi_set_mod() must be called before hand.
#define bi_mod( A, B )
* bi_residue() is technically the same as bi_mod(), but it uses the * appropriate reduction technique (which is bi_mod() when doing classical * reduction).
#define bi_residue( A, B )
#define bi_square( A, B )