Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
DREADME.md41 ### bi.modPowInt
Dindex.js558 BigInteger.prototype.modPowInt = bnModPowInt; method in BigInteger
1150 y = y.modPowInt(2,this);