X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_signatures.h;h=03bc4575ed52f1e7c7698430b683e929415f8e0e;hb=407e79aca5cc2caadb9c9a916fcb91c3e9f3c244;hp=95d570b546191f4d0f85a16cfe6985256736e5c2;hpb=1b67c9c5424c96ff4e30d12b8d58cec315f000a1;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_signatures.h b/src/include/gnunet_signatures.h index 95d570b54..03bc4575e 100644 --- a/src/include/gnunet_signatures.h +++ b/src/include/gnunet_signatures.h @@ -1,6 +1,6 @@ /* This file is part of GNUnet. - Copyright (C) 2009 Christian Grothoff (and other contributing authors) + Copyright (C) 2009 GNUnet e.V. GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,9 +19,13 @@ */ /** - * @file include/gnunet_signatures.h - * @brief constants for network signatures * @author Christian Grothoff + * + * @file + * Constants for network signatures + * + * @defgroup signatures Network signature definitions + * @{ */ #ifndef GNUNET_SIGNATURES_H @@ -146,11 +150,6 @@ extern "C" */ #define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20 -/** - * Key exchange in CADET - */ -#define GNUNET_SIGNATURE_PURPOSE_CADET_KX 21 - /** * Signature for the first round of distributed key generation. */ @@ -186,6 +185,11 @@ extern "C" */ #define GNUNET_SIGNATURE_PURPOSE_GNUID_TICKET 27 +/** + * Signature for a GNUnet credential + */ +#define GNUNET_SIGNATURE_PURPOSE_CREDENTIAL 28 + #if 0 /* keep Emacsens' auto-indent happy */ { #endif @@ -195,4 +199,7 @@ extern "C" /* ifndef GNUNET_SIGNATURES_H */ #endif + +/** @} */ /* end of group */ + /* end of gnunet_signatures.h */