Lukas Großberger
Lukas Großberger
Since we're only ever comparing a couple hundred maybe thousand contacts and never have the classical client server handful vs millions scenario, we might get away with continuing to send...
One even better way that automatically proves to each other that a connection to a certain contact has actually existed at some point: `A` on connection with each of their...
The before mentioned approaches were flawed, this is the current candidate for implementation: The approach is based on each pair of users `A` and `B` deriving a secret `S_AB` based...
Hi, from what I've seen this issue arises when APSI is built on a system with certain platform extensions supported by the present CPU and the resulting binary then being...
One intermediate step could be to replace manually patching out AVX2 support by leveraging the cmake options introduced in the context of microsoft/APSI#25
Doesn't seem like building cross platform wheels with all the nuances regarding available platform extensions makes sense, let's instead figure out how to ship source so that pip install can...
Hi @xiaohan2909, thanks for reaching out. I'm curious to dive into your proposed changes. Would you meanwhile be open to elaborate a bit on what motivated the changes; Specifically, why...
Thanks @hyrious, I was missing the specific `luatex85`, even though another luatex package was installed.