bitwise-xor
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/bitwise-xor package

0.0.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    18,518
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    18,518

Package Sidebar

Install

npm i bitwise-xor

Weekly Downloads

18,518

Version

0.0.0

License

MIT

Last publish

Collaborators

  • czzarr