Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsbn/
H A Dindex.js813 function bnFlipBit(n) { return this.changeBit(n,op_xor); } function
1196 BigInteger.prototype.flipBit = bnFlipBit;

Completed in 3 milliseconds