Crypto++
8.0
Free C++ class library of cryptographic schemes
|
Base implementation of Discrete Log (DL) group parameters. More...
Public Types | |
typedef GROUP_PRECOMP | GroupPrecomputation |
typedef GROUP_PRECOMP::Element | Element |
typedef BASE_PRECOMP | BasePrecomputation |
Public Member Functions | |
const DL_GroupPrecomputation< Element > & | GetGroupPrecomputation () const |
Retrieves the group precomputation. More... | |
const DL_FixedBasePrecomputation< Element > & | GetBasePrecomputation () const |
Retrieves the group precomputation. More... | |
DL_FixedBasePrecomputation< Element > & | AccessBasePrecomputation () |
Retrieves the group precomputation. More... | |
Base implementation of Discrete Log (DL) group parameters.
GROUP_PRECOMP | group precomputation class |
BASE_PRECOMP | fixed base precomputation class |
BASE | class or type of an element |
|
inline |
|
inline |
|
inline |