mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
Non-circuit version
This commit is contained in:
parent
e8eb658f8e
commit
9a8a7b6105
@ -12,6 +12,14 @@ pub struct MerkleProofTarget {
|
||||
pub siblings: Vec<Target>,
|
||||
}
|
||||
|
||||
pub(crate) fn verify_merkle_proof<F: Field>(
|
||||
leaf_index: usize,
|
||||
leaf_data: Vec<F>,
|
||||
proof: MerkleProof<F>,
|
||||
) {
|
||||
todo!()
|
||||
}
|
||||
|
||||
impl<F: Field> CircuitBuilder<F> {
|
||||
pub(crate) fn verify_merkle_proof(
|
||||
&mut self,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user