whoqz

Results 16 comments of whoqz

thank you for your reply! but i can't access to this link for some how. can you explain something about htmac.mpc? i.e. the function of this file or something else....

oh! thank you so much! another question pls, can you explain those orders(command) you list above ? what's the meaning of those order? i can figure out part of some...

htmac.mpc is a benchmark test file or not? but i want to reach such scene: there are several nodes, every nodes has shares of secret and plaintext(via shamir),i want them...

thank you! i just try those command you list before, `./compile.py htmac 1 1 1 Scripts/shamir.sh htmac-1-1-1` it told me "You can use `Scripts/setup-ssl.sh ` i set 2 parties ,but...

still wrong. i set Scripts/setup-ssl.sh 3 and then `Scripts/shamir.sh htmac-1-1-1` receive "terminate called after throwing an instance of 'boost::wrapexcept' what(): handshake: certificate verify failed"

``` @localhost mp-spdz-0.3.8]$ Scripts/shamir.sh htmac-1-1-1 Running /home/hqz/mp-spdz-0.3.8/Scripts/../shamir-party.x 0 htmac-1-1-1 -pn 10077 -h localhost -N 3 Running /home/hqz/mp-spdz-0.3.8/Scripts/../shamir-party.x 1 htmac-1-1-1 -pn 10077 -h localhost -N 3 Running /home/hqz/mp-spdz-0.3.8/Scripts/../shamir-party.x 2 htmac-1-1-1 -pn...

after i exec the ``` Scripts/setup-ssl.sh 3 Scripts/shamir.sh htmac-1-1-1 ``` i got those erro message

``` @localhost mp-spdz-0.3.8]$ Scripts/setup-ssl.sh 3 Setting up SSL for 3 parties Generating a 2048 bit RSA private key ....+++ ......................+++ writing new private key to 'Player-Data/P0.key' ----- Generating a 2048...

finally, i got those command ``` Scripts/setup-ssl.sh 3 Scripts/shamir.sh htmac-1-1-1 ``` work ! but i didn't set threshold value and give the original secret key value or anything else(seems like...