Searched refs:ModularExponentiation (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 Dnbtheory.h84 inline Integer ModularExponentiation(const Integer &a, const Integer &e, const Integer &m) function
88 // returns x such that a==ModularExponentiation(x, e, p*q), p q primes,
H A Dnbtheory.cpp654 p2 = ModularExponentiation((a % p), dp, p);
656 q2 = ModularExponentiation((a % q), dq, q);

Completed in 95 milliseconds