hashcloak / stoffelMPC

GNU Affero General Public License v3.0
35 stars 4 forks source link

Design binary format for StoffelVM bytecode #44

Open Mikerah opened 2 years ago

Mikerah commented 2 years ago

When a developer compiles a .stf file, they will get two files: a .sol with functions that they can call within an Ethereum contract and a binary file that the MPC nodes should execute, In order to ensure backwards compatibility and ease of use, we should design a binary format that these MPC nodes should accept.