Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <modexppc.h>
Public Member Functions | |
virtual | ~ModExpPrecomputation () |
bool | NeedConversions () const |
Element | ConvertIn (const Element &v) const |
virtual Element | ConvertOut (const Element &v) const |
const AbstractGroup< Element > & | GetGroup () const |
Element | BERDecodeElement (BufferedTransformation &bt) const |
void | DEREncodeElement (BufferedTransformation &bt, const Element &v) const |
void | SetModulus (const Integer &v) |
const Integer & | GetModulus () const |
Public Member Functions inherited from DL_GroupPrecomputation< Integer > | |
virtual | ~DL_GroupPrecomputation () |
Private Attributes | |
value_ptr< MontgomeryRepresentation > | m_mr |
Additional Inherited Members | |
Public Types inherited from DL_GroupPrecomputation< Integer > | |
typedef Integer | Element |
Definition at line 16 of file modexppc.h.
|
inlinevirtual |
Definition at line 19 of file modexppc.h.
|
inlinevirtual |
Implements DL_GroupPrecomputation< Integer >.
Definition at line 26 of file modexppc.h.
Reimplemented from DL_GroupPrecomputation< Integer >.
Definition at line 23 of file modexppc.h.
Reimplemented from DL_GroupPrecomputation< Integer >.
Definition at line 24 of file modexppc.h.
|
inlinevirtual |
Implements DL_GroupPrecomputation< Integer >.
Definition at line 27 of file modexppc.h.
|
inlinevirtual |
Implements DL_GroupPrecomputation< Integer >.
Definition at line 25 of file modexppc.h.
|
inline |
Definition at line 31 of file modexppc.h.
|
inlinevirtual |
Reimplemented from DL_GroupPrecomputation< Integer >.
Definition at line 22 of file modexppc.h.
|
inline |
Definition at line 30 of file modexppc.h.
|
private |
Definition at line 34 of file modexppc.h.