aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-30 20:52:14 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-30 20:52:14 +0000
commitc95ddb3eac0292511af734768441444098b90be9 (patch)
tree0f9797ab72aba90fb820aca16ff4078040f6f2bb /src/include/gnunet_common.h
parentee1230fff885b67efbae4fd194e7c62c93903ae3 (diff)
downloadgnunet-c95ddb3eac0292511af734768441444098b90be9.tar.gz
gnunet-c95ddb3eac0292511af734768441444098b90be9.zip
-more cleanup and input validation fixes
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index bba5152c5..dc842c34c 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -238,7 +238,7 @@ struct GNUNET_MessageHeader
238 238
239 239
240/** 240/**
241 * @brief 512-bit hashcode 241 * @brief A SHA-512 hashcode
242 */ 242 */
243struct GNUNET_HashCode 243struct GNUNET_HashCode
244{ 244{
@@ -247,9 +247,8 @@ struct GNUNET_HashCode
247 247
248 248
249/** 249/**
250 * FIXME 250 * @brief A SHA-256 hashcode
251 * @brief 256-bit hashcode 251 */
252 **/
253struct GNUNET_CRYPTO_ShortHashCode 252struct GNUNET_CRYPTO_ShortHashCode
254{ 253{
255 uint32_t bits[256 / 8 / sizeof (uint32_t)]; /* = 8 */ 254 uint32_t bits[256 / 8 / sizeof (uint32_t)]; /* = 8 */