Home
last modified time | relevance | path

Searched refs:modPow (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/jsbn/
DREADME.md157 ### bi.modPow
Dindex.js1146 var y = a.modPow(r,this);
1203 BigInteger.prototype.modPow = bnModPow; method in BigInteger
/third_party/node/deps/npm/node_modules/ecc-jsbn/lib/
Dec.js457 …var z = new ECFieldElementFp(this.q,this.x.modPow(this.q.shiftRight(2).add(BigInteger.ONE),this.q)…
465 if (!(this.x.modPow(legendreExponent, this.q).equals(BigInteger.ONE)))
485 || !(P.multiply(P).subtract(fourQ).modPow(legendreExponent, this.q).equals(qMinusOne)));
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/
DShareSecrets.java92 final BigInteger b1 = BigInteger.valueOf(i).modPow(BigInteger.valueOf(j), prime); in split()
/third_party/node/deps/npm/node_modules/sshpk/lib/
Dutils.js268 var y = g.modPow(x, p);