#include <xtr.h>
Definition at line 13 of file xtr.h.
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 | |
| GFP2Element & | Zero () |
Public Attributes | |
| Integer | c1 |
| Integer | c2 |
1.3.2