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

conformance ProvenCompactCiphertextList #1602

Closed
wants to merge 1 commit into from

Conversation

mayeul-zama
Copy link
Contributor

No description provided.

@@ -141,6 +146,74 @@ impl ProvenCompactCiphertextList {
}
}

pub struct ProvenCompactCiphertextListConformanceParams {
pub sk_params: ClassicPBSParameters,
pub elements_per_block: usize,
Copy link
Contributor

Choose a reason for hiding this comment

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

Could this be called elements_per_list/elements_per_vec/elements_per_sublist, I think block may be too confusing with integer blocks

Comment on lines +393 to +395
let params: crate::shortint::ClassicPBSParameters =
crate::shortint::parameters::PARAM_MESSAGE_2_CARRY_2_KS_PBS_TUNIFORM_2M64;
let config = crate::ConfigBuilder::with_custom_parameters(params);
Copy link
Member

Choose a reason for hiding this comment

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

need a test case with casting

Comment on lines +204 to +206
if !proof.is_valid() {
return false;
}
Copy link
Member

Choose a reason for hiding this comment

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

this API name is confusing, so more "content_is_usable"

@IceTDrinker
Copy link
Member

this has been merged as part of the release_pr_stack branch

@IceTDrinker IceTDrinker closed this Oct 1, 2024
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.

3 participants