Hi! I'm new to the library, so I'm trying implementing dot product between two vector (one ciphertext with one plaintext) using BFV scheme. After doing multiply_plain_inplace, how can I sum the value in the resulting vector?
I've tried using add_many but occurs the following error: no viable conversion from 'seal::Ciphertext' to 'const std::vector'
Hi! I'm new to the library, so I'm trying implementing dot product between two vector (one ciphertext with one plaintext) using BFV scheme. After doing multiply_plain_inplace, how can I sum the value in the resulting vector?
I've tried using add_many but occurs the following error: no viable conversion from 'seal::Ciphertext' to 'const std::vector'
Ideas? Thanks