MCPcopy Create free account
hub / github.com/andeya/algorithm / ModPowUint64

Function ModPowUint64

mathutil/mathutil.go:299–309  ·  view source on GitHub ↗

ModPowUint64 computes (b^e)%m. It panics for m == 0 || b == e == 0.

(b, e, m uint64)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

TestModPowUint64Function · 0.85
BenchmarkModPowUint64Function · 0.85
ProbablyPrimeUint64_32Function · 0.85

Calls 1

modPowBigIntFunction · 0.85

Tested by 2

TestModPowUint64Function · 0.68
BenchmarkModPowUint64Function · 0.68