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

Does multiparty BFV or BGV in Lattigo supports modulus switching? #494

Closed
lqwww-w opened this issue Aug 17, 2024 · 1 comment
Closed

Does multiparty BFV or BGV in Lattigo supports modulus switching? #494

lqwww-w opened this issue Aug 17, 2024 · 1 comment
Labels
question Further information is requested

Comments

@lqwww-w
Copy link

lqwww-w commented Aug 17, 2024

Hi,

I am currently exploring the multiparty homomorphic encryption features in the Lattigo library. However, I could not find any specific functions or methods that implement modulus switching in the documentation or source code.

Could you please confirm whether modulus switching is supported in Lattigo's multiparty BFV or BGV implementation? If it is, could you provide some guidance or an example on how to use this feature?

Thank you for your help!

Best regards,
Qingwen

@lqwww-w lqwww-w added the question Further information is requested label Aug 17, 2024
@Pro7ech
Copy link
Contributor

Pro7ech commented Aug 19, 2024

The multiparty aspects of Lattigo only relate to the key generation, interactive bootstrapping and decryption/recryption to the secret shared domain.

Everything else is identical to the single party setting and the single party packages for everything related to the circuit evaluation.

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

3 participants