segmentio / fasthash

Go package porting the standard hashing algorithms to a more efficient implementation.
MIT License
283 stars 21 forks source link

Added AddBytes and HashBytes functions to all the hash functions #8

Closed stevevls closed 4 years ago

stevevls commented 4 years ago

CI is fixed, a go.mod file is added, and the loop unrolling optimization from #9 has been pulled in to the Bytes variants. We should be good to go. 😄

mhr3 commented 4 years ago

Thanks guys!