aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-14 20:00:36 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-14 20:00:36 +0000
commit69d3d45d7fc79922b7e2a2cac60f71387c455519 (patch)
treef6cbf3e312bd75d16b8500a9e6c01733a1fbbb9e /src/include/gnunet_crypto_lib.h
parente907cd0e791a118862746883067068d79c2dd875 (diff)
downloadgnunet-69d3d45d7fc79922b7e2a2cac60f71387c455519.tar.gz
gnunet-69d3d45d7fc79922b7e2a2cac60f71387c455519.zip
-implementing #2996
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 96bbdc214..4d4455af4 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -727,6 +727,7 @@ GNUNET_CRYPTO_hmac_derive_key (struct GNUNET_CRYPTO_AuthKey *key,
727 const struct GNUNET_CRYPTO_AesSessionKey *rkey, 727 const struct GNUNET_CRYPTO_AesSessionKey *rkey,
728 const void *salt, size_t salt_len, ...); 728 const void *salt, size_t salt_len, ...);
729 729
730
730/** 731/**
731 * @brief Derive key 732 * @brief Derive key
732 * @param result buffer for the derived key, allocated by caller 733 * @param result buffer for the derived key, allocated by caller