Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.73 KB

File metadata and controls

37 lines (31 loc) · 1.73 KB

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