bloom_t bloom filter object
More...
bloom_t bloom filter object
Definition at line 141 of file bloom.h.
#include <bloom.h>
|
size_t | m |
| number of bits in the bloom array
|
|
size_t | k |
| number of hash functions
|
|
uint8_t * | a |
| the bloom array
|
|
hashfp_t * | hash |
| the hash functions
|
|
the bloom array
Definition at line 147 of file bloom.h.
◆ hash
the hash functions
Definition at line 149 of file bloom.h.
number of hash functions
Definition at line 145 of file bloom.h.
number of bits in the bloom array
Definition at line 143 of file bloom.h.
The documentation for this struct was generated from the following file: