opthash 0.10.2

Rust implementations of Elastic Hashing and Funnel Hashing
Documentation
1
2
3
4
5
6
7
8
9
10
pub(crate) mod arena;
pub(crate) mod bitmask;
pub(crate) mod config;
pub(crate) mod control;
pub(crate) mod error;
pub(crate) mod iter;
pub(crate) mod math;
pub(crate) mod simd;

pub type DefaultHashBuilder = foldhash::fast::RandomState;