+ sizeof (struct GNUNET_TIME_AbsoluteNBO)
+ sizeof (uint64_t)] GNUNET_ALIGN;
struct GNUNET_REVOCATION_SignaturePurposePS spurp;
- struct GNUNET_CRYPTO_HashAsciiEncoded h_str;
struct GNUNET_HashCode result;
struct GNUNET_TIME_Absolute ts;
struct GNUNET_TIME_Absolute exp;
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Score %u with %" PRIu64 " (#%u)\n",
tmp_score, pow_val, i);
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "First byte: %x\n",
- ((char*)&result)[0] & 0xff);
-
-
- GNUNET_CRYPTO_hash_to_enc (&result,
- &h_str);
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "Hash: %s\n", (char*)&h_str);
score += tmp_score;