Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dpath_secret.rs99 pub struct PathSecretGenerator<'a, P> { struct
105 impl<'a, P: CipherSuiteProvider> PathSecretGenerator<'a, P> { implementation