← All repos

buffer-xor

A simple module for bitwise-xor on buffers

bitwise-xorbufferbuffer-xorcryptographyjavascriptxor
Browse cluster: JavaScript Standard Style Linting
27commits
3contributors
1languages

Tech stack & purpose

buffer-xor is a JavaScript module that performs bitwise XOR operations on buffers, useful for cryptographic applications. The project provides two functions: a standard `xor` function that returns a new buffer with the result, and an `xorInplace` variant that mutates one of the input buffers for improved performance. It's part of the crypto-browserify project and follows JavaScript standard style conventions.

Languages

JavaScript
100.0%

Contributors