Home
last modified time | relevance | path

Searched defs:nodes_to_validate (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dparent_hash.rs187 let nodes_to_validate = self in validate_parent_hashes() localVariable
193 let mut nodes_to_validate = nodes_to_validate.collect::<HashSet<_>>(); in validate_parent_hashes() localVariable
195 let mut nodes_to_validate = nodes_to_validate.collect::<BTreeSet<_>>(); in validate_parent_hashes() localVariable