npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

hamming-distance

1.0.0

@jongleberry

npmHomeRepoSnykSocket
Downloads:1010324
$ npm install hamming-distance
DailyWeeklyMonthlyYearly

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'));