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

Don't panic in utils #32

Open
nuke-web3 opened this issue Jan 31, 2025 · 0 comments
Open

Don't panic in utils #32

nuke-web3 opened this issue Jan 31, 2025 · 0 comments

Comments

@nuke-web3
Copy link
Member

Missed in #16

pub fn create_inclusion_proof_input(
blob: &Blob,
header: &ExtendedHeader,
nmt_multiproofs: Vec<NamespaceProof>,
) -> Result<KeccakInclusionToDataRootProofInput, InclusionServiceError> {
let eds_row_roots = header.dah.row_roots();
let eds_column_roots = header.dah.column_roots();
// Compute these values needed for proving inclusion
let eds_size: u64 = eds_row_roots.len().try_into().unwrap();

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

No branches or pull requests

1 participant