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

fix(blevm): support multiple proof aggregation #154

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tuxcanfly
Copy link
Contributor

Overview

Fixes #148 Implements multiple proof aggregation by iterating over the range. Extends blevm-aggregator for variable number of proofs. Also adds helpers to blevm-prover so that the library can be used to generate range proofs.

@tuxcanfly tuxcanfly mentioned this pull request Feb 13, 2025
6 tasks
pub proof: SP1ProofWithPublicValues,
}

impl BlockProver {
Copy link
Member

Choose a reason for hiding this comment

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

should this have its own file?

@@ -22,6 +24,7 @@ use std::{error::Error, fs};

pub const BLEVM_ELF: &[u8] = include_elf!("blevm");
pub const BLEVM_MOCK_ELF: &[u8] = include_elf!("blevm-mock");
pub const BLEVM_AGGREGATOR_ELF: &[u8] = include_elf!("blevm-aggregator");
Copy link
Member

Choose a reason for hiding this comment

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

where is blevm-aggregator compiled?

Copy link
Collaborator

@rootulp rootulp left a comment

Choose a reason for hiding this comment

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

LGTM, great work

@rootulp
Copy link
Collaborator

rootulp commented Feb 13, 2025

Note: CI is failing

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.

blevm aggregator: range proof specs
3 participants