Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Multiply imaginary i for CKKS without increase the scale of the ciphertext #489

Closed
guiming-shi opened this issue Jul 15, 2024 · 2 comments
Labels
question Further information is requested

Comments

@guiming-shi
Copy link

I find the imult function in HEAAN library but not this library, this realize the function
ciphertext * i, e.g., ([3, 4, -2i, i] * i = [3i, 4i, 2, -1]) without increase the scale of the
ciphertext, is this function will be realized? thanks.

@guiming-shi guiming-shi added the question Further information is requested label Jul 15, 2024
@lehugueni
Copy link
Contributor

It's automatically taken care of in lattigo. If op1 in the Mul function (or any variant) is a gaussian integer, the scale is not increased.

@guiming-shi
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants