comparison-comparison-0.txt
I'm a mpc beginner. I'd like to know what the byte code does when I write some simple codes such as secret value addition or comparison in python. I decompile the byte code using ./compile.py -a comparison comparison.mpc. The result file contains hundreds of codes , even though the code in python is simple. Could you explain them for me ? And I'd also like to know what lower interfaces are used to execute the byte codes in protocol such as MASCOT, especially which interface it uses to realize comparison. Thanks !
The python code :
comparison-comparison-0.txt I'm a mpc beginner. I'd like to know what the byte code does when I write some simple codes such as secret value addition or comparison in python. I decompile the byte code using
./compile.py -a comparison comparison.mpc
. The result file contains hundreds of codes , even though the code in python is simple. Could you explain them for me ? And I'd also like to know what lower interfaces are used to execute the byte codes in protocol such as MASCOT, especially which interface it uses to realize comparison. Thanks ! The python code :The byte code: