| 
    Crypto++ 8.9
    
   Free C++ class library of cryptographic schemes 
   | 
 
LUC GroupParameters precomputation. More...
#include <luc.h>
 Inheritance diagram for DL_GroupPrecomputation_LUC:Public Member Functions | |
| const AbstractGroup< Element > & | GetGroup () const | 
| Retrieves AbstractGroup interface.   | |
| Element | BERDecodeElement (BufferedTransformation &bt) const | 
| Decodes element in DER format.   | |
| void | DEREncodeElement (BufferedTransformation &bt, const Element &v) const | 
| Encodes element in DER format.   | |
| void | SetModulus (const Integer &v) | 
| const Integer & | GetModulus () const | 
  Public Member Functions inherited from DL_GroupPrecomputation< Integer > | |
| virtual bool | NeedConversions () const | 
| Determines if elements needs conversion.   | |
| virtual Element | ConvertIn (const Element &v) const | 
| Converts an element between representations.   | |
| virtual Element | ConvertOut (const Element &v) const | 
| Converts an element between representations.   | |
Additional Inherited Members | |
  Public Types inherited from DL_GroupPrecomputation< Integer > | |
| typedef Integer | Element | 
      
  | 
  inlinevirtual | 
      
  | 
  inlinevirtual | 
Retrieves AbstractGroup interface.
Implements DL_GroupPrecomputation< Integer >.
      
  | 
  inlinevirtual | 
Decodes element in DER format.
| bt | BufferedTransformation object | 
Implements DL_GroupPrecomputation< Integer >.
      
  | 
  inlinevirtual | 
Encodes element in DER format.
| bt | BufferedTransformation object | 
| P | Element to encode | 
Implements DL_GroupPrecomputation< Integer >.
      
  | 
  inline | 
      
  | 
  inline |