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

Readme

Keywords

none

Package Sidebar

Install

npm i bitwise-xor

Weekly Downloads

11,392

Version

0.0.0

License

MIT

Last publish

Collaborators

  • czzarr