codedust
codedust
I can confirm that two tox instances on a single computer without an internet connection (using qTox with UDP and IPv6 activated) won't connect to each other, too.
@aaannndddyyy > Toxcore doesn't sign anything. To be more precise, toxcore uses the crypto_box method from the NaCl library for encryption: > The crypto_box function is not meant to provide...
What do you think about implementing the ratchet protocol from Textsecure? It's not as trivial as simply changing the key after x packets but it would improve security even more.
FYI: There is an Axolotl implementation in C out there: https://github.com/WhisperSystems/libaxolotl-c
To get a better feeling for this solution, here are some screenshots of popular text editors, as @jancborchardt suggested: ### Google Docs  ### LibreOffice Text  ### HackMD ...
Notes ```bash mkdir webhook && cd webhook go install github.com/adnanh/[email protected] #
Hinweis dazu: Eine Übersicht über (fast) alle Open-Data-Portale hat die Stadt Moers [hier](https://www.offenesdatenportal.de/dataset/ubersicht-der-open-data-angebote-in-deutschland/resource/2a8fafd0-b87f-4342-82b6-6e56569d673d) zusammengestellt.
War wohl nur ein weiterer Prototyp ohne Pläne für eine Verstetigung: https://alpha.rechtsinformationsportal.de/ ### Screenshot 
Im [Quellcode](https://github.com/tech4germany/rechtsinfo_api/blob/master/rip_api/gesetze_im_internet/download.py) findet sich jedoch ein Link auf die XML-API von gesetze-im-internet.de: https://www.gesetze-im-internet.de/gii-toc.xml
This doesn't introduce thread local mutexes when using OpenMP, right? Could you also declare the mutex threadprivate if OpenMP is enabled? (like it's done here with the context object: https://github.com/relic-toolkit/relic/blob/c25edf6520e5e4b39663f0d0594db7186440be5c/src/relic_core.c#L95)