NrVerfy implementation. More...
Data Structures | |
struct | NrVerifyCommitValues |
Storage for values to create commitment in NrProve algorithm. More... | |
Macros | |
#define | BREAK_ON_EPID_ERROR(ret) |
Handle SDK Error with Break. More... | |
Functions | |
EpidStatus | EpidNrVerify (VerifierCtx const *ctx, BasicSignature const *sig, void const *msg, size_t msg_len, SigRlEntry const *sigrl_entry, NrProof const *proof) |
Verifies the non-revoked proof for a single signature based revocation list entry. More... | |
NrVerfy implementation.
#define BREAK_ON_EPID_ERROR | ( | ret | ) |
Handle SDK Error with Break.