예제 #1
0
파일: relic_fb_cmp.c 프로젝트: ekr/hacrypto
int fb_cmp(const fb_t a, const fb_t b) {
	return fb_cmpn_low(a, b);
}
예제 #2
0
int fb_cmp(fb_t a, fb_t b) {
	return fb_cmpn_low(a, b);
}