dedis / paper_chainiac

Implementation and simulations for "CHAINIAC: Proactive Software-Update Transparency via Collectively Signed Skipchains and Verified Builds" paper appearing at Usenix Security'17.
23 stars 4 forks source link

First post #1

Open ineiti opened 7 years ago

ineiti commented 7 years ago

I added an Rx and Tx dummy function to /api.go /swupdate/service/api.go /timestamp/client_api.go And wonder: should this be included in onet.Client? Others might want to use it, too, and it wouldn't break anything existing...

nikkolasg commented 7 years ago

Yes, there is already an issue for that https://github.com/dedis/onet/issues/96 onet.Client is the right place for that I believe too !

ineiti commented 7 years ago

+1 - thanks. Do you have time to do that today? I think for the chainiac-measurements this would be needed. So either one of us should do this.