cloud_util::crypto

Function hash_data

Source
pub async fn hash_data(
    client: RetryClient<CryptoServiceClient<InterceptedSvc>>,
    data: &[u8],
) -> Result<Vec<u8>, StatusCodeEnum>