Exemplo n.º 1
0
void fb_mul_integ(fb_t c, fb_t a, fb_t b) {
	fb_mulm_low(c, a, b);
}
Exemplo n.º 2
0
void fb_mul_integ(fb_t c, const fb_t a, const fb_t b) {
	fb_mulm_low(c, a, b);
}