Searched refs:IsSmallPrime (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.h20 CRYPTOPP_DLL bool CRYPTOPP_API IsSmallPrime(const Integer &p);
H A Dnbtheory.cpp60 bool IsSmallPrime(const Integer &p) function
240 return IsSmallPrime(p);
1055 assert(IsSmallPrime(p) || SmallDivisorsTest(p));
1057 assert(IsSmallPrime(q) || SmallDivisorsTest(q));

Completed in 44 milliseconds