mirror of
https://github.com/logos-storage/proof-aggregation.git
synced 2026-01-07 00:03:08 +00:00
add getter for compression vd
This commit is contained in:
parent
ea8ad2f824
commit
ccbf63447b
4
codex-plonky2-circuits/src/recursion/tree.rs
Normal file → Executable file
4
codex-plonky2-circuits/src/recursion/tree.rs
Normal file → Executable file
@ -109,6 +109,10 @@ impl<
|
|||||||
self.node_circ_data.verifier_data()
|
self.node_circ_data.verifier_data()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn get_compression_verifier_data(&self) -> VerifierCircuitData<F, C, D>{
|
||||||
|
self.compression_circ_data.verifier_data()
|
||||||
|
}
|
||||||
|
|
||||||
pub fn prove_bundle(_bundle: Bundle<F, C, D, H>){
|
pub fn prove_bundle(_bundle: Bundle<F, C, D, H>){
|
||||||
todo!()
|
todo!()
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user