Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
GFP2Element Class Reference

an element of GF(p^2) More...

Public Member Functions

 GFP2Element (const Integer &c1, const Integer &c2)
 
 GFP2Element (const byte *encodedElement, unsigned int size)
 
void Encode (byte *encodedElement, unsigned int size)
 
bool operator== (const GFP2Element &rhs) const
 
bool operator!= (const GFP2Element &rhs) const
 
void swap (GFP2Element &a)
 

Static Public Member Functions

static const GFP2ElementZero ()
 

Public Attributes

Integer c1
 
Integer c2
 

Detailed Description

an element of GF(p^2)

Definition at line 16 of file xtr.h.


The documentation for this class was generated from the following files: