aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-09-18 13:53:39 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-09-18 13:53:39 +0000
commit4e27ba9acbde9726ea29ccb4fbcc1afdfb80de8c (patch)
tree9b35525a2ba0b110391522f3cff7fe16265fe731 /src/include/gnunet_crypto_lib.h
parenta20d199156116af29256197c72ea9168fc78fc5f (diff)
downloadgnunet-4e27ba9acbde9726ea29ccb4fbcc1afdfb80de8c.tar.gz
gnunet-4e27ba9acbde9726ea29ccb4fbcc1afdfb80de8c.zip
-short hash output func
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 710ef3179..57fcf8bc0 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -137,17 +137,6 @@ struct GNUNET_CRYPTO_HashAsciiEncoded
137}; 137};
138 138
139 139
140
141
142/**
143 * @brief 256-bit hashcode
144 */
145struct GNUNET_CRYPTO_ShortHashCode
146{
147 uint32_t bits[256 / 8 / sizeof (uint32_t)]; /* = 8 */
148};
149
150
151/** 140/**
152 * @brief 0-terminated ASCII encoding of a 'struct GNUNET_ShortHashCode'. 141 * @brief 0-terminated ASCII encoding of a 'struct GNUNET_ShortHashCode'.
153 */ 142 */