![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <eprecomp.h>
Public Types | |
| typedef T | Element |
Public Member Functions | |
| virtual | ~DL_GroupPrecomputation () |
| virtual bool | NeedConversions () const |
| virtual Element | ConvertIn (const Element &v) const |
| virtual Element | ConvertOut (const Element &v) const |
| virtual const AbstractGroup< Element > & | GetGroup () const =0 |
| virtual Element | BERDecodeElement (BufferedTransformation &bt) const =0 |
| virtual void | DEREncodeElement (BufferedTransformation &bt, const Element &P) const =0 |
Definition at line 17 of file eprecomp.h.
| typedef T DL_GroupPrecomputation< T >::Element |
Definition at line 20 of file eprecomp.h.
|
inlinevirtual |
Definition at line 22 of file eprecomp.h.
|
pure virtual |
Implemented in DL_GroupPrecomputation_LUC, EcPrecomputation< ECP >, EcPrecomputation< EC2N >, and ModExpPrecomputation.
|
inlinevirtual |
Reimplemented in EcPrecomputation< ECP >, and ModExpPrecomputation.
Definition at line 25 of file eprecomp.h.
|
inlinevirtual |
Reimplemented in EcPrecomputation< ECP >, and ModExpPrecomputation.
Definition at line 26 of file eprecomp.h.
|
pure virtual |
Implemented in DL_GroupPrecomputation_LUC, EcPrecomputation< ECP >, EcPrecomputation< EC2N >, and ModExpPrecomputation.
|
pure virtual |
Implemented in DL_GroupPrecomputation_LUC, EcPrecomputation< ECP >, EcPrecomputation< EC2N >, and ModExpPrecomputation.
|
inlinevirtual |
Reimplemented in EcPrecomputation< ECP >, and ModExpPrecomputation.
Definition at line 24 of file eprecomp.h.
1.8.11