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