dedis / prifi

PriFi, a low-latency, local-area anonymous communication network.

Home Page:https://prifi.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unneeded specialization of message receivers

lbarman opened this issue · comments

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 have all the decoding done in prifi-lib

Required for #140