Searched defs:EncapGeneration (Results 1 – 1 of 1) sorted by relevance
43 pub struct EncapGeneration { struct44 pub update_path: UpdatePath,45 pub path_secrets: Vec<Option<PathSecret>>,46 pub commit_secret: PathSecret,71 ) -> Result<EncapGeneration, MlsError> in encap()