Searched refs:bnXor (Results 1 – 1 of 1) sorted by relevance
843 function bnXor(a) { var r = nbi(); this.bitwiseTo(a,op_xor,r); return r; } function1312 BigInteger.prototype.xor = bnXor;