aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h9
1 files changed, 0 insertions, 9 deletions
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