Closed TKussel closed 3 years ago
I added an n-party millionair´s problem example based on an unpublished 2-party version authored by @dd23. Two points need mention:
comparison
ShareWrapper&
Thanks for the nice example @TKussel!
I added an n-party millionair´s problem example based on an unpublished 2-party version authored by @dd23. Two points need mention:
comparison
in src/examples/millionairs_problem/common/millionair.cpp:62 is used for both following Mux operations, the program deadlocks. This is why I had to duplicate the comparison.ShareWrapper&
in src/examples/millionairs_problem/common/millionair.cpp:70 to avoid a wrong template type deduction.