Skip to content

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

Notifications You must be signed in to change notification settings

czzarr/node-bitwise-xor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published