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/compact polys #561

Draft
wants to merge 35 commits into
base: main
Choose a base branch
from
Draft

Feat/compact polys #561

wants to merge 35 commits into from

Conversation

moodlezoup
Copy link
Collaborator

No description provided.

Large(usize),
}

impl MsmType {
Copy link
Contributor

Choose a reason for hiding this comment

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

I thought having this around made it easier to read/maintain.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I removed it because it gets weird with CompactPolynomial –– the Medium size straddles the u8 and u16 size

@moodlezoup moodlezoup force-pushed the feat/compact-polys branch 2 times, most recently from b20cc1e to 8bca301 Compare January 15, 2025 16:49
Comment on lines -89 to -96
fn batch_prove(
setup: &Self::Setup,
polynomials: &[&DensePolynomial<Self::Field>],
opening_point: &[Self::Field],
openings: &[Self::Field],
batch_type: BatchType,
transcript: &mut ProofTranscript,
) -> Self::BatchedProof;
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Deleting batch_prove and batch_verify from trait because we now use the batched opening proof protocol in opening_proof.rs instead

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.

3 participants