ABY Framework
1.0
Arithmetic Bool Yao Framework
|
Class with ECC operations. More...
#include "pk-crypto.h"
#include "../miracl_lib/ecn.h"
#include "../miracl_lib/big.h"
#include "../miracl_lib/ec2.h"
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) |
Class with ECC operations.