EpidDecompressPrivKey implementation. More...
#include "epid/member/api.h"
#include "epid/common/memory.h"
#include "epid/common/epid2params.h"
#include "epid/common/math/bignum-internal.h"
#include "epid/common/math/hash.h"
#include "epid/member/privkey.h"
Macros | |
#define | BREAK_ON_EPID_ERROR(ret) |
Handle Intel(R) EPID Error with Break. More... | |
Functions | |
EpidStatus | EpidDecompressPrivKey (GroupPubKey const *pub_key, CompressedPrivKey const *compressed_privkey, PrivKey *priv_key) |
Decompresses compressed member private key. More... | |
EpidDecompressPrivKey implementation.
#define BREAK_ON_EPID_ERROR | ( | ret | ) |
Handle Intel(R) EPID Error with Break.