data61/MP-SPDZ

Run compiled bytecode inside C++ program

Closed this issue · 2 comments

Hi, is it possible to run program compiled to MP-SPDZ bytecode inside my own C++ program instead of using low level interface? I want to create MP-SPDZ VM object from C++ side, pass secret inputs to it (also from C++ side, not storing them in file), wait for MPC program to be completed and somehow store revealed output in variable (still C++ side). Do you have such example maybe?

This hasn't been implemented yet.