[][src]Constant solana_libra_types::proof::verify_test_accumulator_element

pub const verify_test_accumulator_element: fn(expected_root_hash: HashValue, element_hash: HashValue, element_version: Version, accumulator_proof: &AccumulatorProof) -> Result<()> = verify_accumulator_element::<TestOnlyHasher>; // {proof::verify_accumulator_element::<solana_libra_crypto::hash::TestOnlyHasher> as for<'r> fn(solana_libra_crypto::hash::HashValue, solana_libra_crypto::hash::HashValue, u64, &'r proof::definition::AccumulatorProof) -> std::result::Result<(), failure::error::Error>}