Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dmath.rs36 fn direct_copath(&self, leaf_count: &Self) -> Vec<CopathNode<Self>> { in direct_copath() method
Dnode.rs228 pub fn direct_copath(&self, index: LeafIndex) -> Vec<CopathNode<NodeIndex>> { in direct_copath() method