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 core_crypto::transaction_context::TransactionContext::mls_init.