Home
last modified time | relevance | path

Searched refs:modPowBigInt (Results 1 – 2 of 2) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/
H A Dmathutil.go310 …return modPowBigInt(big.NewInt(0).SetUint64(b), big.NewInt(0).SetUint64(e), big.NewInt(0).SetUint6…
313 func modPowBigInt(b, e, m *big.Int) (r *big.Int) { func
338 return modPowBigInt(big.NewInt(0).Set(b), big.NewInt(0).Set(e), m)
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Dmathutil.go317 …return modPowBigInt(big.NewInt(0).SetUint64(b), big.NewInt(0).SetUint64(e), big.NewInt(0).SetUint6…
320 func modPowBigInt(b, e, m *big.Int) (r *big.Int) { func
345 return modPowBigInt(big.NewInt(0).Set(b), big.NewInt(0).Set(e), m)