GNUnet 0.21.1
crypto_pow.c File Reference

proof-of-work hashing More...

#include "platform.h"
#include "gnunet_util_lib.h"
#include <sodium.h>
Include dependency graph for crypto_pow.c:

Go to the source code of this file.

Functions

void GNUNET_CRYPTO_pow_hash (const struct GNUNET_CRYPTO_PowSalt *salt, const void *buf, size_t buf_len, struct GNUNET_HashCode *result)
 Calculate the 'proof-of-work' hash (an expensive hash). More...
 

Detailed Description

proof-of-work hashing

Author
Christian Grothoff
Bart Polot

Definition in file crypto_pow.c.