Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/interop_test_vectors/
Dtree_kem.rs26 struct TreeKemTestCase { struct
27 pub cipher_suite: u16,
30 pub group_id: Vec<u8>,
31 epoch: u64,
33 confirmed_transcript_hash: Vec<u8>,
35 ratchet_tree: Vec<u8>,
37 leaves_private: Vec<TestLeafPrivate>,
38 update_paths: Vec<TestUpdatePath>,