Crate fbuzhash[][src]

A (partial) Rust implementation of a Go BuzHash, with the bare minimum of modifications.

Source reference and credit goes to: https://github.com/silvasur/buzhash

License

The reference implementation has a LICENSE that i’m not exactly sure what to do with.

Structs

BuzHash

BuzHash implements the hash.Hash32 interface and also has a function to write a single byte.