aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
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 */