#include <pubkey.h>
Inheritance diagram for DL_GroupParametersImpl< GROUP_PRECOMP, BASE_PRECOMP, BASE >:
Definition at line 712 of file pubkey.h.
Public Types | |
typedef GROUP_PRECOMP | GroupPrecomputation |
typedef GROUP_PRECOMP::Element | Element |
typedef BASE_PRECOMP | BasePrecomputation |
Public Member Functions | |
const DL_GroupPrecomputation< Element > & | GetGroupPrecomputation () const |
const DL_FixedBasePrecomputation< Element > & | GetBasePrecomputation () const |
DL_FixedBasePrecomputation< Element > & | AccessBasePrecomputation () |
bool | operator== (const DL_GroupParametersImpl< GROUP_PRECOMP, BASE_PRECOMP, BASE > &rhs) const |
Protected Attributes | |
GROUP_PRECOMP | m_groupPrecomputation |
BASE_PRECOMP | m_gpc |