Type Alias mls_rs::client_builder::WithCryptoProvider

source ·
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.

See ClientBuilder::crypto_provider.

Aliased Type§

struct WithCryptoProvider<Cp, C>(/* private fields */);