Searched refs:QuotientRing (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgebra.h218 template <class T> class QuotientRing : public AbstractRing<typename T::Element> class in inherits:AbstractRing
224 QuotientRing(const EuclideanDomain &domain, const Element &modulus) function in class:QuotientRing
271 bool operator==(const QuotientRing<T> &rhs) const
H A Dalgebra.cpp70 template <class T> const typename QuotientRing<T>::Element& QuotientRing<T>::MultiplicativeInverse(const Element &a) const
H A Dgf2n.h273 // but before the use of QuotientRing<EuclideanDomainOf<PolynomialMod2> > for VC .NET 2003
278 CRYPTOPP_DLL_TEMPLATE_CLASS QuotientRing<EuclideanDomainOf<PolynomialMod2> >; variable
281 class CRYPTOPP_DLL GF2NP : public QuotientRing<EuclideanDomainOf<PolynomialMod2> >
H A Dgf2n.cpp513 return QuotientRing<Domain>(Domain(), modulus).MultiplicativeInverse(*this);
535 : QuotientRing<EuclideanDomainOf<PolynomialMod2> >(EuclideanDomainOf<PolynomialMod2>(), modulus), m(modulus.Degree())

Completed in 78 milliseconds