core Crypto Deferred Init
suspend fun coreCryptoDeferredInit(path: String, key: DatabaseKey, entropySeed: ByteArray?): CoreCrypto(source)
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.