|
Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
_ More...
Inheritance diagram for DL_BasePrecomputation_LUC:Public Member Functions | |
| bool | IsInitialized () const |
| void | SetBase (const DL_GroupPrecomputation< Element > &group, const Integer &base) |
| const Integer & | GetBase (const DL_GroupPrecomputation< Element > &group) const |
| void | Precompute (const DL_GroupPrecomputation< Element > &group, unsigned int maxExpBits, unsigned int storage) |
| void | Load (const DL_GroupPrecomputation< Element > &group, BufferedTransformation &storedPrecomputation) |
| void | Save (const DL_GroupPrecomputation< Element > &group, BufferedTransformation &storedPrecomputation) const |
| Integer | Exponentiate (const DL_GroupPrecomputation< Element > &group, const Integer &exponent) const |
| Integer | CascadeExponentiate (const DL_GroupPrecomputation< Element > &group, const Integer &exponent, const DL_FixedBasePrecomputation< Integer > &pc2, const Integer &exponent2) const |
Public Member Functions inherited from DL_FixedBasePrecomputation< Integer > | |
| virtual Element | Exponentiate (const DL_GroupPrecomputation< Element > &group, const Integer &exponent) const=0 |
Additional Inherited Members | |
Public Types inherited from DL_FixedBasePrecomputation< Integer > | |
| typedef Integer | Element |
1.8.13