From 3dea4b69f58a1545068bf56824787f6316ad5b95 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Wed, 3 Aug 2016 12:26:27 +0200 Subject: switch to hashing from gnunetutil --- crypto.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'crypto.h') diff --git a/crypto.h b/crypto.h index af4b374..ebdcd61 100644 --- a/crypto.h +++ b/crypto.h @@ -34,15 +34,6 @@ void brandt_crypto_init (struct GNUNET_CRYPTO_EccDlogContext *dlogctx); -/* --- HASHING --- */ - -struct brandt_hash_code { - uint32_t bits[512 / 8 / sizeof (uint32_t)]; /* = 16 */ -}; - -void brandt_hash (const void *block, size_t size, struct brandt_hash_code *ret); - - /* --- EC --- */ /* used for serialized mpis and serialized curve points (they are the same size -- cgit v1.2.3