Searched defs:InteropSenderData (Results 1 – 1 of 1) sorted by relevance
147 pub struct InteropSenderData { struct149 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