|
template<domain D :shared3p > |
D bool | bloomQueryMany (D xor_uint32[[1]] elem, D bool[[1]] filter, uint32[[1]] seed) |
|
function for querying from the bloom filter
- Note
- D - shared3p protection domain
-
Supported types - xor_uint32
◆ bloomQueryMany()
D bool bloomQueryMany |
( |
D xor_uint32[[1]] |
elem, |
|
|
D bool[[1]] |
filter, |
|
|
uint32[[1]] |
seed |
|
) |
| |
- Parameters
-
elem | - the elements to look for |
filter | - filter data structure |
seed | - seed |
- Returns
- returns a pointwise boolean vector whether the element is in the filter (may give false positive) or not (never gives false negative)
- Leakage
- None