Searched refs:bigExp (Results 1 – 1 of 1) sorted by relevance
281 static BigInt bigExp(BigInt a, BigInt p) { in bigExp() method in BigInt292 return bigExp(a, power); in exp()