EpidNrProve 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... | |
| #define | COUNT_OF(A) (sizeof(A) / sizeof((A)[0])) |
| Count of elements in array. | |
Functions | |
| EpidStatus | EpidNrProve (MemberCtx const *ctx, void const *msg, size_t msg_len, BasicSignature const *sig, SigRlEntry const *sigrl_entry, NrProof *proof) |
| Calculates a non-revoked proof for a single signature based revocation list entry. More... | |
EpidNrProve implementation.
| #define BREAK_ON_EPID_ERROR | ( | ret | ) |
Handle SDK Error with Break.