MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / Exponentiate

Method Exponentiate

extra/yassl/taocrypt/src/algebra.cpp:299–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299Integer AbstractRing::Exponentiate(const Element &base,
300 const Integer &exponent) const
301{
302 Element result;
303 SimultaneousExponentiate(&result, base, &exponent, 1);
304 return result;
305}
306
307
308Integer AbstractRing::CascadeExponentiate(const Element &x,

Callers 3

AS2Function · 0.80
CalculateInverseMethod · 0.80
ScalarMultiplyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected