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

Release pr stack #1608

Merged
merged 5 commits into from
Sep 30, 2024
Merged

Release pr stack #1608

merged 5 commits into from
Sep 30, 2024

Conversation

mayeul-zama
Copy link
Contributor

No description provided.

@cla-bot cla-bot bot added the cla-signed label Sep 30, 2024
@mayeul-zama mayeul-zama requested review from IceTDrinker, nsarlin-zama and tmontaigu and removed request for IceTDrinker September 30, 2024 14:52
Comment on lines 194 to 197
fn is_conformant(&self, parameter_set: &Self::ParameterSet) -> bool {
let Self { glwe_ciphertext } = self;

glwe_ciphertext.is_conformant(parameter_set)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

check power of 2 here for the polynomial size (equivalent to the lwe dim) and that the GlweDim = 1

let Self {
seeded_glwe_ciphertext,
} = self;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here we need to check that the lwe dim is a power of 2 and glwe dim = 1 before chekcing the glwe

@tmontaigu
Copy link
Contributor

👍

@IceTDrinker IceTDrinker merged commit 59380fc into main Sep 30, 2024
81 checks passed
@IceTDrinker IceTDrinker deleted the release_pr_stack branch September 30, 2024 18:15
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.

5 participants