MemberParams Struct Reference

Software only specific member parameters. More...

#include <epid/member/software_member.h>

Data Fields

BitSupplier rnd_func
 Random number generator.
 
void * rnd_param
 User data that will be passed to the user_data parameter of the random number generator.
 
FpElemStr const * f
 Secret part of the private key. If NULL a random value will be generated using rnd_func.
 

Detailed Description

Software only specific member parameters.

Implementation specific configuration parameters.

You need to use a cryptographically secure random number generator to create a member context using EpidMemberGetSize and EpidMemberInit. The BitSupplier is provided as a function prototype for your own implementation of the random number generator.


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