I think I have fixed it somehow.

2020-11-07 Thread TheJackiMonster
Hey, funny story... I was actually debugging my code of the messenger service and encountered a weird bug which was caused by an assert in one of my latest changes (the signing via EGO keys). It turned out the assert failed because of a wrongly used htonl() instead of ntohl() to check the signatu

Re: Trying to compile secushare / How to use GNUNET_CRYPTO_ecdsa_verify

2020-11-07 Thread TheJackiMonster
Hi, On Sat, 2020-11-07 at 16:56 +0100, Tobias Platen wrote: > On Thu, 22 Oct 2020 20:00:01 +0200 > Tobias Platen wrote: > > > from gnunet-service-multicast.c:27: > > > > gnunet-service-multicast.c: In function ‘check_cadet_join_request’: > > gnunet-service-multicast.c:972:7: error: request for

Re: Trying to compile secushare / How to use GNUNET_CRYPTO_ecdsa_verify

2020-11-07 Thread Tobias Platen
On Thu, 22 Oct 2020 20:00:01 +0200 Tobias Platen wrote: > from gnunet-service-multicast.c:27: > > gnunet-service-multicast.c: In function ‘check_cadet_join_request’: > gnunet-service-multicast.c:972:7: error: request for member ‘size’ in > something not a structure or union >GNUNET_CRYP