SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions
bloomInsertMany

Functions

template<domain D :shared3p >
D bool bloomInsertMany (D xor_uint32[[1]] elem, D bool[[1]] filter, uint32[[1]] seed)
 

Detailed Description

function for inserting into the bloom filter

Note
D - shared3p protection domain
Supported types - xor_uint32

Function Documentation

◆ bloomInsertMany()

D bool bloomInsertMany ( D xor_uint32[[1]]  elem,
D bool[[1]]  filter,
uint32[[1]]  seed 
)
Parameters
elem- the elements to add
filter- filter data structure
seed- seed
Returns
returns the filter data structure
Leakage
None