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

Feat(core): Chunked LweBootstrapKey Generation #2169

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

Conversation

youben11
Copy link
Member

PR content/description

This PR makes it possible to generate LWE Bootstrap keys in chunks of a desired size. This might be useful for generating big keys in environment with limited memory (think like generating chunks and writing them to disk).

I'm not sure about the correct value to set for MIN_SUPPORTED_APP_VERSION, so I left it as TODO for now.

Check-list:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Relevant issues are marked as resolved/closed, related issues are linked in the description
  • Check for breaking changes (including serialization changes) and add them to commit message following the conventional commit specification

some make target generate that
@cla-bot cla-bot bot added the cla-signed label Mar 12, 2025
@youben11 youben11 force-pushed the ab/feat/chunked-keygen branch 3 times, most recently from 80ae6b8 to d2cea6a Compare March 12, 2025 11:58
@youben11 youben11 force-pushed the ab/feat/chunked-keygen branch from d2cea6a to 4ffc11f Compare March 12, 2025 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant