Run compiled bytecode inside C++ program
Closed this issue · 2 comments
mateuszmazurek commented
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?
mkskeller commented
This hasn't been implemented yet.
mkskeller commented
v0.4.0 adds this feature: https://mp-spdz.readthedocs.io/en/latest/function-export.html