Template Function lbcrypto::operator*=

Function Documentation

template<class Element>
const Ciphertext<Element> &lbcrypto::operator*=(Ciphertext<Element> &a, const Ciphertext<Element> &b)

operator*= overload for Ciphertexts. Performs EvalMult.

Template Parameters

Element – a ring element.

Parameters
  • &a – ciphertext to be multiplied

  • &b – ciphertext to multiply by &a

Returns

&a