pub fn bloom_insert(bloom: &mut [u8], value: &str)
Insert a string value into a bloom filter buffer.
The buffer must be exactly BLOOM_BYTES in length.
BLOOM_BYTES