chmduquesne / rollinghash

Implementation of some rolling hashes in go
MIT License
64 stars 11 forks source link

Allow caller to provide bytehash to buzhash #5

Closed kshedden closed 7 years ago

kshedden commented 7 years ago

This PR provides an alternative New called NewFromByteArray that allows the caller to override the default bytearray table.

Closes #4

coveralls commented 7 years ago

Coverage Status

Coverage increased (+2.1%) to 68.794% when pulling e3fcfda678ed887068581530c2cf1d56292e6152 on kshedden:supplytable into 53c059e6c7a76f270f603d2ce1971ea165615d1d on chmduquesne:master.