GitXplorerGitXplorer
c

node-bitwise-xor

public
21 stars
5 forks
1 issues

Commits

List of commits on branch master.
Unverified
e3eb6c3dd520a4e1c97595abd13463d58fb16beb

0.0.2

cczzarr committed 11 years ago
Unverified
42273b78d7f67760bce528b6907dfc4b89f711c2

add .travis.yml

cczzarr committed 11 years ago
Unverified
a2f93f85f67ba79962fc8ef6f285acfa1339422b

0.0.1

cczzarr committed 11 years ago
Unverified
7ac60b2984a0b5de86d5094a5236902a15bfea35

fixed travis png

cczzarr committed 11 years ago
Unverified
3bee8a7f6b9dc01078f241baeec63d286025fcbd

readme

cczzarr committed 11 years ago
Unverified
f10e4ae24e48bcb5be881291d412a4e7bed13792

tests

cczzarr committed 11 years ago

README

The README file for this repository.

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