pub async fn core_crypto_new(
path: String,
key: String,
client_id: ClientId,
ciphersuites: Ciphersuites,
nb_key_package: Option<u32>,
) -> Result<CoreCrypto, CoreCryptoError>
pub async fn core_crypto_new(
path: String,
key: String,
client_id: ClientId,
ciphersuites: Ciphersuites,
nb_key_package: Option<u32>,
) -> Result<CoreCrypto, CoreCryptoError>