Ivo Kubjas
Ivo Kubjas
And FYI for anyone reading -- the latest Tailscale package is built with the latest version of QDK kit. CI always fetches the default QDK from source and uses it...
> @ivokub : I was opening a ticket at Qnap and they were so kind to invite me to a discord channel for discussing the issue. Perhaps you or somebody...
> > > @ivokub : I was opening a ticket at Qnap and they were so kind to invite me to a discord channel for discussing the issue. Perhaps you...
Hi @obra - usually QNAP starts the Tailscale service itself after installation. Are you sure that the installation succeeded? Does Tailscale start automatically after QNAP reboot?
Hmm, strange. The package is configured to start automatically. Fact that it works manually indicates that there may be either some configuration which prevents auto-start or there is some race...
It is late, but there was a similar problem in #44. When the user installed the QVPN package, the Tailscale package started working. The problem is that on older device/QTS...
The tasks are nice-to-have future developments for non-native arithmetic. Proposing to postpone for the next release after including more efficient range checks.
Nice. What version of Tinygo did you use? Have you benchmarked the performance vs native implementation? I think it is even possible to have some good estimates with WASM runtimes...
> So we managed to make it work with a good enough performance!! > > See here the results, conclusions, and benchmarks: https://hackmd.io/@vocdoni/B1VPA99Z3 > > Here the code: https://github.com/vocdoni/gnark-prover-tinygo >...
> > Changes look good, but I'm not sure about the security analysis. Is there a reference which supports using inverse as a encryption function? > > And in that...