summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-09 17:26:02 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-09 17:26:02 +0100
commitf5e49d926ad1dddcfc87b5fb6671a1934aef7b3c (patch)
tree191f36ec6395dd8f5b580591423a1e2c1b89ba89 /src/include
parent09ecea9ea3f51a54693cb9faa1fc2b7993b2d4ba (diff)
downloadexchange-f5e49d926ad1dddcfc87b5fb6671a1934aef7b3c.tar.gz
exchange-f5e49d926ad1dddcfc87b5fb6671a1934aef7b3c.tar.bz2
exchange-f5e49d926ad1dddcfc87b5fb6671a1934aef7b3c.zip
moving TALER_hash_context API to GNUnet, using slightly cleaner API as well
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_util.h16
1 files changed, 0 insertions, 16 deletions
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