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

Ciphertext packing in bootstrapping #506

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

lehugueni
Copy link
Contributor

@lehugueni lehugueni commented Oct 24, 2024

This PR makes the following changes:

Regarding the last point, the following methods have been made private:

  • pack
  • unpack
  • switchRingDegreeN1ToN2New
  • switchRingDegreeN2ToN1New

The idea is that users could want to pack and unpack themselves (using PackAndSwitchN1ToN2 and UnpackAndSwitchN2toN1) to take advantage of the packing, but the lower level functions are not meant to be used outside of this context. Any feedback on that is much appreciated.

@lehugueni lehugueni self-assigned this Oct 24, 2024
@lehugueni lehugueni added bug Something isn't working enhancement New feature or request labels Oct 24, 2024
@lehugueni lehugueni marked this pull request as ready for review October 25, 2024 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
2 participants