Hey developers,

I am going to use CADET for distributed key generation [1] based on
algorithms implemented in LibTMCG [2]. I have two short questions:

1) Please, can you reserve two official message types and a CADET port
for this application? Currently I am using:

#define GNUNET_MESSAGE_TYPE_LIBTMCG_DKG_GENERATE_PIPE_UNICAST   10001
#define GNUNET_MESSAGE_TYPE_LIBTMCG_DKG_GENERATE_PIPE_BROADCAST 10002

GNUNET_CRYPTO_hash("42742", 5, &porthash);

2) GNUNET_PROGRAM_run() does not terminates, if services (i.e. ARM) are
not running. Is this behavior intended? (Workaround: should I use exit
in shutdown task?)

Bests,
Heiko.

[1]
http://git.savannah.gnu.org/cgit/libtmcg.git/tree/tools/dkg-gnunet-common.cc
[2] http://www.nongnu.org/libtmcg/

_______________________________________________
GNUnet-developers mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/gnunet-developers

Reply via email to