set.h
An object that mimics the functionality of the Ctxt object, and acts as a convenient entry point for ...
Definition: Ptxt.h:280
void binSumReduction(std::vector< TXT > &ctxtArray)
Performs a binary summation of a vector of elements.
Definition: set.h:32
void assertTrue(const T &value, const std::string &message)
Definition: assertions.h:61
std::unique_ptr< T > getResult()
Get the result of the summation.
Definition: SumRegister.h:107
TXT calculateSetIntersection(const TXT &query, const std::vector< NTL::ZZX > &server_set)
Given two sets, calculates and returns the set intersection.
Definition: set.h:67
bool hasResult() const
Check result exists.
Definition: SumRegister.h:116
void flush()
Flush the binary tree to force producing a result on current tree.
Definition: SumRegister.h:127
Definition: apiAttributes.h:21
Class to do a binary tree summation as results appear to keep memory usage to a minimum.
Definition: SumRegister.h:31
void add(std::unique_ptr< T > &t)
Add to the sum another object of type T.
Definition: SumRegister.h:67