pub async fn hash_data(
    client: CryptoServiceClient<Channel>,
    data: &[u8]
) -> Result<Vec<u8>, StatusCode>