Ludovic Barman
Ludovic Barman
After a client goes into Airplane mode, everything is stuck. Reason: Relay/trustees believe the protocol is still running ``` E : (relay.(*PriFiLibRelayInstance).checkIfRoundHasEndedAfterTimeOut_Phase1: 41) - MAX_NUMBER_OF_CONSECUTIVE_FAILED_ROUNDS ( 3 ) reached, killing...
https://github.com/dedis/kyber/blob/master/shuffle/shuffle_test.go
In `sda/protocols/message_binders.go`, we have one handler for every type of sda-message, yet they are all fed to `prifi-lib`'s `ReceiveMessage` functions. I'm sure we can have only one generic "SDA-Message" and...
`./prifi.sh gen-id` should not ask for port for clients, as in PriFi they are not listening
Trustees should know no-one (the relay needs to ping the trustees, not the opposite) Relay should know only the trustees Clients should know only the relay Ideally, we should completely...
I'm guessing since the PriFi-lib messages are marshallable anyway, we could have a message ``` type PriFi_Message struct { *sda.TreeNode interface{} } ``` that could hold, code and decode any...
RelayState contains way too much information; we need to split between: 1) stuff that does not change at runtime 2) stuff regarding the communication state etc etc.. We need to...
Trustees only reduce the number of keys. If clients check that the relay is behaving correctly, there is no added security. We could have a significant performance gain without the...