Searched refs:bnMultiply (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/npm/node_modules/jsbn/ | ||
H A D | index.js | 855 function bnMultiply(a) { var r = nbi(); this.multiplyTo(a,r); return r; } class 1199 BigInteger.prototype.multiply = bnMultiply; |
Completed in 3 milliseconds