hamming-distance

1.0.0 • Public • Published

hamming-distance

NPM version Build status Test coverage Dependency Status License Downloads Gittip

Usage

var compare = require('hamming-distance');
 
var distance = compare(new Buffer('0000', 'hex'), new Buffer('000F', 'hex'));

Readme

Keywords

Package Sidebar

Install

npm i hamming-distance

Weekly Downloads

8,961

Version

1.0.0

License

MIT

Last publish

Collaborators

  • sindresorhus
  • jongleberry