Alexander Arlt
Alexander Arlt
I would like to use Tink in an application that uses at least C++17. It is not possible to link the resulting application correctly, due to linking problems related to...
See https://github.com/zerotier/libzt/issues/178.
See https://github.com/zerotier/libzt/issues/176 ~~Just pushing this - nothing is tested yet.~~ Tested locally - works. How are you normally testing stuff here? Would be more easy, if I could just add...
Fixes #178.
I tried compile `libzt` on an `aarch64` linux machine. I'm getting the following errors: ``` /usr/lib/gcc/aarch64-linux-gnu/9/include/arm_neon.h: In member function ‘void ZeroTier::AES::CTR::p_armCrypt(const uint8_t*, uint8_t*, unsigned int)’: /usr/lib/gcc/aarch64-linux-gnu/9/include/arm_neon.h:12438:1: error: inlining failed in...
I think it would be awesome to add `libzt` support in poco. I'm currently working on that (in my free time), see https://github.com/aarlt/poco-libzt (but I just started working on this...
Depends on https://github.com/zerotier/ZeroTierOne/pull/1592. See https://github.com/zerotier/libzt/issues/176.
I think there was a typo here.
I just understood how you do the identity and address generation. For `zts_id_new` the `Identity` class is used to generate a new valid Identity, where only key pairs are accepted,...