aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_kdf.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/util/crypto_kdf.c
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/util/crypto_kdf.c')
-rw-r--r--src/util/crypto_kdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_kdf.c b/src/util/crypto_kdf.c
index cd665ad23..eff4e6fd6 100644
--- a/src/util/crypto_kdf.c
+++ b/src/util/crypto_kdf.c
@@ -53,7 +53,7 @@ GNUNET_CRYPTO_kdf_v (void *result, size_t out_len, const void *xts,
53 * setting. Second, as shown in Section 6, using HMAC with a truncated output as an extractor 53 * setting. Second, as shown in Section 6, using HMAC with a truncated output as an extractor
54 * allows to prove the security of HKDF under considerably weaker assumptions on the underlying 54 * allows to prove the security of HKDF under considerably weaker assumptions on the underlying
55 * hash function." 55 * hash function."
56 * 56 *
57 * http://eprint.iacr.org/2010/264 57 * http://eprint.iacr.org/2010/264
58 */ 58 */
59 59