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

Class with ECC operations. More...

#include "pk-crypto.h"
#include "../miracl_lib/ecn.h"
#include "../miracl_lib/big.h"
#include "../miracl_lib/ec2.h"
Include dependency graph for ecc-pk-crypto.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ecc_fparams
 
class  ecc_field
 
class  ecc_num
 
class  ecc_fe
 
class  ecc_brickexp
 

Macros

#define fe2ec2(fieldele)   (((ecc_fe*) (fieldele))->get_val())
 
#define num2Big(number)   (((ecc_num*) (number))->get_val())
 
#define MAXMSGSAMPLE   256
 

Functions

void point_to_byte (uint8_t *pBufIdx, uint32_t field_size_bytes, EC2 *to_export)
 
void byte_to_point (EC2 *to_export, uint32_t field_size_bytes, uint8_t *pBufIdx)
 

Detailed Description

Class with ECC operations.

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