cryspen / atlas

BMBF ATLAS project
https://cryspen.com/atlas/
4 stars 1 forks source link

Basic MPC communication architecture & Example #60

Closed jschneider-bensch closed 7 months ago

jschneider-bensch commented 8 months ago

This PR gives a basic architecture for protocol parties and defines how they can communicate among themselves.

In addition, I provide a simple example how to run an MPC session for a tiny circuit. The example does nothing as of yet, because none of the MPC protocol logic has been implemented.

(It's based on the message types from #59, so should be a draft pending changes that come out of the review of #59.)