Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dsecret_tree.rs582 pub struct RatchetInteropTestCase { struct
584 secret: Vec<u8>,
585 label: String,
586 generation: u32,
587 length: usize,
589 out: Vec<u8>,
610 impl RatchetInteropTestCase { impl