Searched refs:bnEquals (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/npm/node_modules/jsbn/ | ||
H A D | index.js | 697 function bnEquals(a) { return(this.compareTo(a)==0); } function 1181 BigInteger.prototype.equals = bnEquals; |
Completed in 3 milliseconds