opthash 0.5.0

Rust implementations of Elastic Hashing and Funnel Hashing
Documentation
1
2
3
4
pub(crate) const INITIAL_CAPACITY: usize = 16;
pub(crate) const DEFAULT_RESERVE_FRACTION: f64 = 0.10;
pub(crate) const MIN_RESERVE_FRACTION: f64 = 1e-6;
pub(crate) const MAX_RESERVE_FRACTION: f64 = 0.999_999;