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