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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dalgebra.cpp255 void AbstractGroup<T>::SimultaneousMultiply(T *results, const T &base, const Integer *expBegin, unsigned int expCount) const argument
264 assert(expBegin->NotNegative());
265 exponents.push_back(WindowSlider(*expBegin++, InversionIsFast(), 0));
H A Decp.cpp361 void ECP::SimultaneousMultiply(ECP::Point *results, const ECP::Point &P, const Integer *expBegin, unsigned int expCount) const argument
367 ecpmr.SimultaneousMultiply(results, ToMontgomery(mr, P), expBegin, expCount);
384 assert(expBegin->NotNegative());
385 exponents.push_back(WindowSlider(*expBegin++, InversionIsFast(), 5));

Completed in 190 milliseconds