jenkins_hash 0.2.0

Native rust implementation of the hash algorithms from Bob Jenkins.
Documentation
1
2
3
4
5
#![doc = include_str!("../README.md")]

pub use lookup2::lookup2;

mod lookup2;