Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

verify_poseidon

Version of verify using Poseidon as the hashing function.

Fully qualified path: openzeppelin_merkle_tree::merkle_proof::verify_poseidon

pub fn verify_poseidon(proof: Span<felt252>, root: felt252, leaf: felt252) -> bool