bitwise-xor
Bitwise XOR between two Buffers or Strings, returns a Buffer
Last updated 12 years ago by czzarr .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install bitwise-xor 
SYNC missed versions from official npm registry.

node-bitwise-xor

BuildStatus

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

Current Tags

  • 0.0.0                                ...           latest (12 years ago)

1 Versions

  • 0.0.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |