↓ 2 callersMethodupdate_tree(&mut self, pp: &SNARK_PP<F, C, D>, updated_index: u32, updated_value: Vec<F>)
src/reckle_std/binary_tree.rs:152
↓ 1 callersFunctionget_pp_size_ecc(
cd: CommonCircuitData<F, D>,
pd: &ProverCircuitData<F, C, D>,
vd: VerifierCircuitData<F, C, D>,
src/utils/helpers.rs:430
↓ 1 callersFunctionget_pp_size_std(
cd: CommonCircuitData<F, D>,
pd: &ProverCircuitData<F, C, D>,
vd: VerifierCircuitData<F, C, D>,
src/utils/helpers.rs:400
↓ 1 callersMethodupdate_tree(
&mut self,
pp: &SNARK_PP<F, C, D>,
updated_index: u32,
updated_value: Vec<F>
src/digest_translation/binary_tree.rs:123
↓ 1 callersMethodupdate_tree(
&mut self,
pp: &SNARK_PP<Q, F, C, D>,
updated_index: u32,
updated_value: Vec
src/bls/binary_tree.rs:116
↓ 1 callersMethodupdate_tree(
&mut self,
pp: &SNARK_PP<Q, F, C, D>,
updated_index: u32,
updated_value: Vec
src/reckle_bucket/binary_tree.rs:127
Methodbuild_SNARK_tree(
pp: &SNARK_PP<F, C, D>,
leaves: &HashMap<u32, Vec<F>>,
mt: &PartialMT<F, C::Hasher>,
src/reckle_std/binary_tree.rs:74
Methodbuild_SNARK_tree(
pp: &SNARK_PP<F, C, D>,
mt_kh: &PartialMT<F, KH>,
mt_ph: &PartialMT<F, PH>,
)
src/digest_translation/binary_tree.rs:60
Methodbuild_SNARK_tree(
pp: &SNARK_PP<Q, F, C, D>,
leaves: &HashMap<u32, Vec<F>>,
mt: &PartialMT<F, C::Hashe
src/bls/binary_tree.rs:52
Methodbuild_SNARK_tree(
pp: &SNARK_PP<Q, F, C, D>,
leaves: &HashMap<u32, Vec<F>>,
mt: &PartialMT<F, C::Hashe
src/reckle_bucket/binary_tree.rs:54