aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-03 12:26:27 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-03 12:26:27 +0200
commit3dea4b69f58a1545068bf56824787f6316ad5b95 (patch)
tree64f13d1858e6bb56265643babaa76c64232bbeb1 /crypto.h
parentfd52f708ddb8a985d785fac9c51c8da3fe2ff937 (diff)
switch to hashing from gnunetutil
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