gnunet-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-developers] Signature purpose glitch?


From: Bernd Fix
Subject: [GNUnet-developers] Signature purpose glitch?
Date: Sat, 7 Jul 2018 14:51:42 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

In ./src/include/gnunet_signature.h (lines 146-169) the following
constants are defined:

> /**
>  * Signature of a conversation ring.
>  */
> #define GNUNET_SIGNATURE_PURPOSE_CONVERSATION_RING 20
>
> /**
>  * Signature for the first round of distributed key generation.
>  */
> #define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG1 22
>
> /**
>  * Signature for the second round of distributed key generation.
>  */
> #define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DKG2 23
>
> /**
>  * Signature for cooperatice decryption.
>  */
> #define GNUNET_SIGNATURE_PURPOSE_SECRETSHARING_DECRYPTION 23
>
> /**
>  * Signature of a multicast request sent by a member.
>  */
> #define GNUNET_SIGNATURE_PURPOSE_MULTICAST_REQUEST 24

The value "21" is missing and "23" is defined twice. Is that on purpose
(due to some history I don't know) or a bug?

Thanks, Bernd.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]