hashes 0.1.9

Rust implementation of cryptographic hash function algorithms
Documentation
1
2
3
4
5
// Very fast but not cryptographically strong hash functions.
// See http://www.cse.yorku.ca/~oz/hash.html for details of the algorithms.

pub mod djb2;
pub mod sdbm;