diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-03 12:26:27 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-08-03 12:26:27 +0200 |
commit | 3dea4b69f58a1545068bf56824787f6316ad5b95 (patch) | |
tree | 64f13d1858e6bb56265643babaa76c64232bbeb1 /crypto.h | |
parent | fd52f708ddb8a985d785fac9c51c8da3fe2ff937 (diff) |
switch to hashing from gnunetutil
Diffstat (limited to 'crypto.h')
-rw-r--r-- | crypto.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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 |