$ cnpm install bitwise-xor
Returns a Buffer of the result of bitwise XOR operation between two Buffers or Strings
var xor = require('bitwise-xor');
xor(new Buffer('00ff', 'hex'), new Buffer('3344', 'hex'))
// returns <Buffer 33 bb>
npm install bitwise-xor
MIT
Copyright 2013 - present © cnpmjs.org | Home |