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