Searched defs:KeyPackageGenerator (Results 1 – 1 of 1) sorted by relevance
27 pub struct KeyPackageGenerator<'a, CP> struct31 pub protocol_version: ProtocolVersion,32 pub cipher_suite_provider: &'a CP,33 pub signing_identity: &'a SigningIdentity,34 pub signing_key: &'a SignatureSecretKey,76 impl<'a, CP> KeyPackageGenerator<'a, CP> impl