ABY Framework  1.0
Arithmetic Bool Yao Framework
 All Classes Files Functions Variables Enumerations Enumerator Macros
Classes | Macros | Functions
gmp-pk-crypto.h File Reference

Class with finite-field-cryptography operations (using the GMP library) More...

#include "pk-crypto.h"
#include <gmp.h>
Include dependency graph for gmp-pk-crypto.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  prime_field
 
class  gmp_fe
 
class  gmp_num
 
class  gmp_brickexp
 

Macros

#define fe2mpz(fieldele)   (((gmp_fe*) (fieldele))->get_val())
 
#define num2mpz(number)   (((gmp_num*) (number))->get_val())
 

Functions

void mpz_export_padded (uint8_t *pBufIdx, uint32_t field_size, mpz_t to_export)
 

Detailed Description

Class with finite-field-cryptography operations (using the GMP library)

Author
micha.nosp@m.el.z.nosp@m.ohner.nosp@m.@ec-.nosp@m.sprid.nosp@m.e.de