VerifierCtx Struct Reference

Verifier context definition. More...

#include <epid/verifier/context.h>

Data Fields

GroupPubKey_pub_key
 group public key
 
FfElemente12
 an element in GT
 
FfElemente22
 an element in GT
 
FfElemente2w
 an element in GT
 
FfElementeg12
 an element in GT
 
PrivRl const * priv_rl
 Private key based revocation list - not owned.
 
SigRl const * sig_rl
 Signature based revocation list - not owned.
 
GroupRl const * group_rl
 Group revocation list - not owned.
 
VerifierRl const * verifier_rl
 Verifier revocation list - not owned.
 
Epid2Params_epid2_params
 Intel(R) EPID 2.0 params.
 
CommitValues commit_values
 Values that are hashed to create commitment.
 
HashAlg hash_alg
 Hash algorithm to use.
 

Detailed Description

Verifier context definition.

Internal context of verifier.

Examples:
verifysig.c.

The documentation for this struct was generated from the following file: