1//! Holds implementations of various hash functions that return 364-bit hashes. 2 3mod fnv1a; 4pub use fnv1a::*;