Home
last modified time | relevance | path

Searched refs:BI_FP (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js90 var BI_FP = 52; variable
91 BigInteger.prototype.FV = Math.pow(2,BI_FP);
92 BigInteger.prototype.F1 = BI_FP-dbits;
93 BigInteger.prototype.F2 = 2*dbits-BI_FP;

Completed in 3 milliseconds