4 #ifndef __DYADIC_MULTIPLY_H__
5 #define __DYADIC_MULTIPLY_H__
28 const uint64_t* operand2, uint64_t n,
29 const uint64_t* moduli, uint64_t n_moduli);
bool DyadicMultiplyCompleted()
DyadicMultiplyCompleted Executed after the multiplication to wrap up the operation ...
void set_worksize_DyadicMultiply(uint64_t ws)
function set_worksize_DyadicMultiply
void DyadicMultiply(uint64_t *results, const uint64_t *operand1, const uint64_t *operand2, uint64_t n, const uint64_t *moduli, uint64_t n_moduli)
function DyadicMultiply Implements the multiplication of two ciphertexts