EpidRequestJoin implementation. More...
#include <epid/member/api.h>
#include <string.h>
#include "epid/common/epid2params.h"
#include "epid/common/math/finitefield.h"
#include "epid/common/math/ecgroup.h"
Data Structures | |
struct | JoinPCommitValues |
Storage for values to create commitment in Sign and Verify algorithms. More... | |
Macros | |
#define | BREAK_ON_EPID_ERROR(ret) |
Handle SDK Error with Break. More... | |
Functions | |
EpidStatus | EpidRequestJoin (GroupPubKey const *pub_key, IssuerNonce const *ni, FpElemStr const *f, BitSupplier rnd_func, void *rnd_param, HashAlg hash_alg, JoinRequest *join_request) |
Creates a request to join a group. More... | |
bool | EpidIsPrivKeyInGroup (GroupPubKey const *pub_key, PrivKey const *priv_key) |
Tests if a member private key is valid without checking revocation. More... | |
EpidRequestJoin implementation.
#define BREAK_ON_EPID_ERROR | ( | ret | ) |
Handle SDK Error with Break.