Searched defs:EncapOutput (Results 1 – 1 of 1) sorted by relevance
608 pub struct EncapOutput { struct609 pub enc: Vec<u8>,610 pub shared_secret: Vec<u8>,613 impl EncapOutput { implementation630 fn encap(&mut self, ikm_e: Vec<u8>, pk_rm: Vec<u8>) -> EncapOutput; in encap()