Searched refs:bnFlipBit (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/npm/node_modules/jsbn/ | ||
H A D | index.js | 813 function bnFlipBit(n) { return this.changeBit(n,op_xor); } function 1196 BigInteger.prototype.flipBit = bnFlipBit; |
Completed in 3 milliseconds