From f5e49d926ad1dddcfc87b5fb6671a1934aef7b3c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 9 Jan 2015 17:26:02 +0100 Subject: moving TALER_hash_context API to GNUnet, using slightly cleaner API as well --- src/include/taler_util.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_util.h b/src/include/taler_util.h index a085f4065..d37ac356f 100644 --- a/src/include/taler_util.h +++ b/src/include/taler_util.h @@ -79,11 +79,6 @@ struct TALER_AmountNBO GNUNET_NETWORK_STRUCT_END -struct TALER_HashContext -{ - gcry_md_hd_t hd; -}; - /** @@ -230,16 +225,5 @@ TALER_refresh_encrypt (const void *input, size_t input_size, const struct GNUNET -void -TALER_hash_context_start (struct TALER_HashContext *hc); - - -void -TALER_hash_context_read (struct TALER_HashContext *hc, void *buf, size_t size); - - -void -TALER_hash_context_finish (struct TALER_HashContext *hc, - struct GNUNET_HashCode *r_hash); #endif -- cgit v1.2.3