Hi, here you can see simple solution of Yao's millionare problem.

Clone

git clone git@github.com:valpaq/yao-s-milltionare-phe.git && cd yao-s-milltionare-phe/

To build:

cargo build --release

Run

./target/release/yaos-millionare

Result will be like that:

Building config took 190 seconds.
A: 21073
B: 5896
Result: A >= B
Running main took 190 seconds.