Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <luc.h>
Public Member Functions | |
virtual | ~DL_GroupPrecomputation_LUC () |
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 () |
virtual bool | NeedConversions () const |
virtual Element | ConvertIn (const Element &v) const |
virtual Element | ConvertOut (const Element &v) const |
Private Attributes | |
Integer | m_p |
Additional Inherited Members | |
Public Types inherited from DL_GroupPrecomputation< Integer > | |
typedef Integer | Element |
|
inlinevirtual |
|
inlinevirtual |
Implements DL_GroupPrecomputation< Integer >.
|
inlinevirtual |
Implements DL_GroupPrecomputation< Integer >.
Definition at line 171 of file luc.h.
|
inlinevirtual |
Implements DL_GroupPrecomputation< Integer >.
|
inline |
|
inline |