|
ABY Framework
1.0
Arithmetic Bool Yao Framework
|


Public Member Functions | |
| ecc_fe (ecc_field *fld) | |
| ecc_fe (ecc_field *fld, EC2 *src) | |
| void | set (fe *src) |
| EC2 * | 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 |
1.8.8