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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpolynomi.h173 PolynomialOverFixedRing(unsigned int count = 0) : B(ms_fixedRing, count) {}
188 explicit PolynomialOverFixedRing(const char *str) : B(str, ms_fixedRing) {}
200 PolynomialOverFixedRing(RandomNumberGenerator &rng, const RandomizationParameter &parameter) : B(rng, parameter, ms_fixedRing) {}
209 int Degree() const {return B::Degree(ms_fixedRing);}
211 unsigned int CoefficientCount() const {return B::CoefficientCount(ms_fixedRing);}
213 CoefficientType GetCoefficient(unsigned int i) const {return B::GetCoefficient(i, ms_fixedRing);}
215 CoefficientType operator[](unsigned int i) const {return B::GetCoefficient(i, ms_fixedRing);}
223 ThisType& operator+=(const ThisType& t) {Accumulate(t, ms_fixedRing); return *this;}
225 ThisType& operator-=(const ThisType& t) {Reduce(t, ms_fixedRing); return *this;}
234 ThisType& operator<<=(unsigned int n) {ShiftLeft(n, ms_fixedRing); retur
306 static const Ring ms_fixedRing; member in class:PolynomialOverFixedRing
[all...]

Completed in 56 milliseconds