EpidComputePreSig implementation. More...
#include "epid/member/context.h"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 | EpidComputePreSig (MemberCtx const *ctx, PreComputedSignature *precompsig) |
| Performs Pre-computation that can be used to speed up signing. More... | |
EpidComputePreSig implementation.
| #define BREAK_ON_EPID_ERROR | ( | ret | ) |
Handle SDK Error with Break.
| EpidStatus EpidComputePreSig | ( | MemberCtx const * | ctx, |
| PreComputedSignature * | precompsig | ||
| ) |
Performs Pre-computation that can be used to speed up signing.
| [in] | ctx | The member context. |
| [out] | precompsig | The pre-computed signature. |