pub async fn core_crypto_history_client(
    history_secret: HistorySecret,
) -> CoreCryptoResult<CoreCrypto>Expand description
Instantiate a history client.
This client exposes the full interface of CoreCrypto, but it should only be used to decrypt messages.
Other use is a logic error.