Searched refs:LCM (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.h67 inline Integer LCM(const Integer &a, const Integer &b) function
H A Drsa.cpp123 m_d = m_e.InverseMod(LCM(m_p-1, m_q-1));
255 pass = pass && m_e*m_d % LCM(m_p-1, m_q-1) == 1;

Completed in 88 milliseconds