Crypto++
|
_ More...
#include <gfpcrypt.h>
Public Types | |
typedef GROUP_PRECOMP::Element | Element |
typedef GROUP_PRECOMP | GroupPrecomputation |
typedef BASE_PRECOMP | BasePrecomputation |
Public Member Functions | |
bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
void | AssignFrom (const NameValuePairs &source) |
const DL_FixedBasePrecomputation < Element > & | GetBasePrecomputation () const |
DL_FixedBasePrecomputation < Element > & | AccessBasePrecomputation () |
const Integer & | GetModulus () const |
const Integer & | GetGenerator () const |
void | SetModulusAndSubgroupGenerator (const Integer &p, const Integer &g) |
bool | operator== (const DL_GroupParameters_IntegerBasedImpl< GROUP_PRECOMP, BASE_PRECOMP > &rhs) const |
bool | operator!= (const DL_GroupParameters_IntegerBasedImpl< GROUP_PRECOMP, BASE_PRECOMP > &rhs) const |
const DL_GroupPrecomputation < Element > & | GetGroupPrecomputation () const |
Protected Attributes | |
GROUP_PRECOMP | m_groupPrecomputation |
BASE_PRECOMP | m_gpc |
_