GF2NT Class Reference

#include <gf2n.h>

Inheritance diagram for GF2NT:

GF2NP QuotientRing< EuclideanDomainOf< PolynomialMod2 > > AbstractRing< EuclideanDomainOf< PolynomialMod2 >::Element > AbstractGroup< EuclideanDomainOf< PolynomialMod2 >::Element > List of all members.

Detailed Description

GF(2^n) with Trinomial Basis.

Definition at line 317 of file gf2n.h.

Public Types

typedef EuclideanDomainOf<
PolynomialMod2
EuclideanDomain
typedef EuclideanDomainOf<
PolynomialMod2 >::Element 
Element

Public Member Functions

 GF2NT (unsigned int t0, unsigned int t1, unsigned int t2)
GF2NPClone () const
void DEREncode (BufferedTransformation &bt) const
const ElementMultiply (const Element &a, const Element &b) const
const ElementSquare (const Element &a) const
const ElementMultiplicativeInverse (const Element &a) const
void DEREncodeElement (BufferedTransformation &out, const Element &a) const
void BERDecodeElement (BufferedTransformation &in, Element &a) const
bool Equal (const Element &a, const Element &b) const
bool Equal (const Element &a, const Element &b) const
bool IsUnit (const Element &a) const
bool IsUnit (const Element &a) const
unsigned int MaxElementBitLength () const
unsigned int MaxElementByteLength () const
Element SquareRoot (const Element &a) const
Element HalfTrace (const Element &a) const
Element SolveQuadraticEquation (const Element &a) const
const EuclideanDomainGetDomain () const
const ElementGetModulus () const
const ElementIdentity () const
const ElementAdd (const Element &a, const Element &b) const
ElementAccumulate (Element &a, const Element &b) const
const ElementInverse (const Element &a) const
const ElementSubtract (const Element &a, const Element &b) const
ElementReduce (Element &a, const Element &b) const
const ElementDouble (const Element &a) const
const ElementMultiplicativeIdentity () const
const ElementMultiply (const Element &a, const Element &b) const
const ElementSquare (const Element &a) const
const ElementMultiplicativeInverse (const Element &a) const
bool operator== (const QuotientRing< EuclideanDomainOf< PolynomialMod2 > > &rhs) const
virtual const ElementDivide (const Element &a, const Element &b) const
virtual Element Exponentiate (const Element &a, const Integer &e) const
virtual Element CascadeExponentiate (const Element &x, const Integer &e1, const Element &y, const Integer &e2) const
virtual void SimultaneousExponentiate (Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const
virtual const AbstractGroup<
EuclideanDomainOf< PolynomialMod2
>::Element > & 
MultiplicativeGroup () const
virtual bool InversionIsFast () const
virtual Element ScalarMultiply (const Element &a, const Integer &e) const
virtual Element CascadeScalarMultiply (const Element &x, const Integer &e1, const Element &y, const Integer &e2) const
virtual void SimultaneousMultiply (Element *results, const Element &base, const Integer *exponents, unsigned int exponentsCount) const

Protected Attributes

unsigned int m
EuclideanDomain m_domain
Element m_modulus


The documentation for this class was generated from the following files:
Generated on Sat Dec 23 02:07:24 2006 for Crypto++ by  doxygen 1.5.1-p1