Intel(R) EPID 1.1 Pairing interface. More...
#include "epid/common/errors.h"#include "epid/common/math/ecgroup.h"#include "epid/common/math/finitefield.h"#include "epid/common/types.h"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... | |
Intel(R) EPID 1.1 Pairing interface.