aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_ksk.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-14 09:52:52 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-14 09:52:52 +0000
commitc6e1908a21185752af01850152744b3e92b0d332 (patch)
treebde83d11fc9642965a08d1f66dc903b6b1f73119 /src/util/crypto_ksk.c
parent561a3a54710db9698e3405b496808af43682931c (diff)
downloadgnunet-c6e1908a21185752af01850152744b3e92b0d332.tar.gz
gnunet-c6e1908a21185752af01850152744b3e92b0d332.zip
fix
Diffstat (limited to 'src/util/crypto_ksk.c')
-rw-r--r--src/util/crypto_ksk.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/util/crypto_ksk.c b/src/util/crypto_ksk.c
index b44c8e992..7a0b4410a 100644
--- a/src/util/crypto_ksk.c
+++ b/src/util/crypto_ksk.c
@@ -87,8 +87,6 @@ mpz_randomize (gcry_mpi_t n, unsigned int nbits, GNUNET_HashCode * rnd)
87 87
88 if (i > 0) 88 if (i > 0)
89 GNUNET_CRYPTO_hash (&hc, sizeof (GNUNET_HashCode), &tmp); 89 GNUNET_CRYPTO_hash (&hc, sizeof (GNUNET_HashCode), &tmp);
90 fprintf (stderr, "H: %s\n", GNUNET_h2s (&tmp));
91
92 for (j=0;j<sizeof(GNUNET_HashCode) / sizeof(uint32_t); j++) 90 for (j=0;j<sizeof(GNUNET_HashCode) / sizeof(uint32_t); j++)
93 { 91 {
94#if HAVE_GCRY_MPI_LSHIFT 92#if HAVE_GCRY_MPI_LSHIFT