Iraklis Leontiadis
Iraklis Leontiadis
Is there anything here that needs to be discussed more thoroughly or the issue doe not exist anymore?
Great comments @drewstone. The crate does not provide networking stack it is only the cryptographic codebase. So it is up to the user to implement it. Sees those comments are...
It would be beneficial for everyone stumbled upon to proposed solutions to have a short paragraph/scheme describing: 1. the problem we are trying to solve in a short way and...
Hi thanks for your comment. Can you elaborate a bit more? That crate does not implement multisigs with a need to prove ownership of secret key to the published public...
Hi, I cannot reproduce that locally
Other than rust there shouldn't be other requirement to run that. What are you getting after running: ``` cargo +nightly build --examples --release cd target/release/example ./gg20_sm_manager ./gg20_keygen -t 1 -n...
There is a much involved solution here: INstead of a medical central authority authorizing positive tests with no privacy there can be some sort of anonymous credentials whereby each user...
I agree - We need a more specific architectural overview. For example when somebody decides to upload the PIDs because he is infected how the app is verifying the validity...
Hi @dcale it is not clear why you want to use public key encryption here. The above design overviews just sends pseudorandom ids, which are untraceable . It would be...