pub async fn core_crypto_deferred_init(
path: String,
key: String,
) -> Result<CoreCrypto, CoreCryptoError>
Expand description
Similar to core_crypto_new but defers MLS initialization. It can be initialized later with CoreCrypto::mls_init.
pub async fn core_crypto_deferred_init(
path: String,
key: String,
) -> Result<CoreCrypto, CoreCryptoError>
Similar to core_crypto_new but defers MLS initialization. It can be initialized later with CoreCrypto::mls_init.