ABY Framework
1.0
Arithmetic Bool Yao Framework
|
Public Member Functions | |
gmp_fe (prime_field *fld) | |
gmp_fe (prime_field *fld, mpz_t src) | |
void | set (fe *src) |
mpz_t * | get_val () |
void | set_mul (fe *a, fe *b) |
void | set_pow (fe *b, num *e) |
void | set_div (fe *a, fe *b) |
void | set_double_pow_mul (fe *b1, num *e1, fe *b2, num *e2) |
void | export_to_bytes (uint8_t *buf) |
void | import_from_bytes (uint8_t *buf) |
void | sample_fe_from_bytes (uint8_t *buf, uint32_t bytelen) |
void | print () |
Additional Inherited Members |