aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-04-12 22:39:08 +0200
committerChristian Grothoff <christian@grothoff.org>2019-04-12 22:39:08 +0200
commit6ec7797ac937cb7e903688d5743c7debeda115fc (patch)
tree703896c00300230323916a7244853088aee21576 /src/include/gnunet_crypto_lib.h
parent10a9ae85edd4f0de7f06b96ed839d576a724b4a4 (diff)
downloadgnunet-6ec7797ac937cb7e903688d5743c7debeda115fc.tar.gz
gnunet-6ec7797ac937cb7e903688d5743c7debeda115fc.zip
new key, new HELLO
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index c6ae943b9..257fee48d 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -51,25 +51,6 @@ extern "C"
51#endif 51#endif
52#endif 52#endif
53 53
54/**
55 * @brief A 512-bit hashcode. These are the default length for GNUnet, using SHA-512.
56 */
57struct GNUNET_HashCode
58{
59 uint32_t bits[512 / 8 / sizeof (uint32_t)]; /* = 16 */
60};
61
62
63
64/**
65 * @brief A 256-bit hashcode. Used under special conditions, like when space
66 * is critical and security is not impacted by it.
67 */
68struct GNUNET_ShortHashCode
69{
70 uint32_t bits[256 / 8 / sizeof (uint32_t)]; /* = 8 */
71};
72
73 54
74/** 55/**
75 * The identity of the host (wraps the signing key of the peer). 56 * The identity of the host (wraps the signing key of the peer).