ABY Framework  1.0
Arithmetic Bool Yao Framework
 All Classes Files Functions Variables Enumerations Enumerator Macros
Public Member Functions | List of all members
gmp_fe Class Reference
Inheritance diagram for gmp_fe:
Inheritance graph
[legend]
Collaboration diagram for gmp_fe:
Collaboration graph
[legend]

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


The documentation for this class was generated from the following files: