tatepairing.h File Reference

Intel(R) EPID 1.1 Pairing interface. More...

Typedefs

typedef struct Epid11PairingState Epid11PairingState
 A pairing.
 

Functions

EpidStatus NewEpid11PairingState (EcGroup const *ga, EcGroup const *gb, FiniteField const *ff, Epid11PairingState **ps)
 Constructs a new Tate pairing state. More...
 
void DeleteEpid11PairingState (Epid11PairingState **ps)
 Frees a previously allocated by Epid11PairingState. More...
 
EpidStatus Epid11Pairing (Epid11PairingState *ps, EcPoint const *a, EcPoint const *b, FfElement *d)
 Computes a Tate Pairing for two parameters. More...
 

Detailed Description

Intel(R) EPID 1.1 Pairing interface.