Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/ciphertext_processor/
Dsender_data_key.rs147 pub struct InteropSenderData { struct
149 pub sender_data_secret: Vec<u8>,
151 pub ciphertext: Vec<u8>,
153 pub key: Vec<u8>,
155 pub nonce: Vec<u8>,
158 impl InteropSenderData { implementation