arb_hash 0.1.18

Arbitrary block length hash function, including some other related and handy functions.
Documentation
1
2
3
4
5
6
7
8
9
// Helper functions
#[cfg(feature = "block")]
pub mod block;
// Fixed size digest of byte arrays
#[cfg(feature = "digest")]
pub mod digest;
// Same-length hash of byte arrays
#[cfg(feature = "hash")]
pub mod hash;