diff options
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 |