Skip to main content

fips_core/bloom/
mod.rs

1//! Bloom filter compatibility exports.
2//!
3//! Runtime-agnostic bloom logic lives under `proto::bloom`; this module keeps
4//! the existing public `crate::bloom` path stable.
5
6pub use crate::proto::bloom::*;