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

Extract out GLev encryption into its own operations #382

Merged
merged 3 commits into from
Nov 21, 2024

Conversation

ryanorendorff
Copy link
Contributor

Extracts out GLev encryptions into their own operations, and then uses these operations when performing GGSW operations.

This PR also changes the GGSW encryption of a scalar to convert it to a polynomial message first and then perform the encryption. This will slightly increase the encryption time for a GGSW ciphertext from a plaintext message, but reduces sources of bugs by only having one encryption method for GGSW.

@ryanorendorff ryanorendorff merged commit 3a7a30b into main Nov 21, 2024
4 checks passed
@ryanorendorff ryanorendorff deleted the glev-encryption branch November 21, 2024 03:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants