[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [GNUnet-developers] Signature purpose glitch?
From: |
Christian Grothoff |
Subject: |
Re: [GNUnet-developers] Signature purpose glitch? |
Date: |
Sat, 7 Jul 2018 17:12:40 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 |
21 missing is most likely because of a historical removal. The duplicate
23 is a glitch and should be fixed.
On 07/07/2018 04:51 PM, Bernd Fix wrote:
> 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.
>
> _______________________________________________
> GNUnet-developers mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/gnunet-developers
>