pub type WithCryptoProvider<Cp, C> = Config<<C as IntoConfig>::KeyPackageRepository, <C as IntoConfig>::PskStore, <C as IntoConfig>::GroupStateStorage, <C as IntoConfig>::IdentityProvider, <C as IntoConfig>::MlsRules, Cp>;
Expand description
Change the crypto provider used by a client configuration.
Aliased Typeยง
pub struct WithCryptoProvider<Cp, C>(/* private fields */);