multiply
GLEngine.multiply(x, y)- Returns the ciphertext resulting from the multiplication of two inputs. In general, consumes a level. If one of the inputs is an integer, the multiplication does not consume a level.
- Input:
- x: int, double or GLCiphertext
- y: int, double or GLCiphertext
- One of the inputs must be a GLCiphertext.
- Output:
- GLCiphertext
Examples
Multiplication of a ciphertext and a scalar