Expand description

Deterministic Bloom filters

This Crate is intented as a solid basis for cache reproducability and for underlying certain cryptographic primitives.

Modules

  • Some structs and implementations that multiple bloom implementations can depend on
  • Bloom filters with compile-time-determinted parameters (size & hash count)
  • Bloom filters with runtime-determined parameters. Their size can be chosen arbitrarily at runtime, but not be modified during use (they’re not resizable).