bitwise-xor

v0.0.0
Bitwise XOR between two Buffers or Strings, returns a Buffer
bitwise xor buffer string

node-bitwise-xor

Build
Status

Returns a Buffer of the result of bitwise XOR operation between two Buffers or Strings

Example

var xor = require('bitwise-xor');

xor(new Buffer('00ff', 'hex'), new Buffer('3344', 'hex'))

// returns <Buffer 33 bb>

Install

npm install bitwise-xor

License

MIT

npm i bitwise-xor

Metadata

  • MIT
  • Whatever
  • Stanislas Marion
  • released 1/21/2014

Downloads

Maintainers