arb_hash 0.1.1

Arbitrary block length hash function, potentially cryptographically secure.
Documentation
1
2
3
4
5
6
#[cfg(feature = "digest")]
pub mod arb_digest;
#[cfg(feature = "hash")]
pub mod arb_hash;

mod arb_block;