Function core_crypto_deferred_init

Source
pub async fn core_crypto_deferred_init(
    path: String,
    key: DatabaseKey,
    entropy_seed: Option<Vec<u8>>,
) -> CoreCryptoResult<CoreCrypto>
Expand description

Free function to construct a new CoreCrypto instance.

Similar to core_crypto_new but defers MLS initialization. It can be initialized later with [CoreCryptoContext::mls_init].