cryptobiu / libscapi

Comprehensive Open Source Library for Secure Multiparty Computation
MIT License
180 stars 66 forks source link

GMW Protocol #12

Closed prvsousa closed 7 years ago

prvsousa commented 7 years ago

The GMW that you have in this library is secure against active/malicious adversaries? And semi-honest/passive? Also, the authentication http://biulibscapi.readthedocs.io/en/latest/mid_layer/mac.html#message-authentication-codes is present on the GMW too?

moriyaw commented 7 years ago

The GMW is secure against semi honest adversaries. There is no mac is GMW...

prvsousa commented 7 years ago

YaoSingleExecution, for example, it has?

moriyaw commented 7 years ago

We didn't implement such protocol. You are welcome to search for such protocol in cryptographic papers and implement it.

Feel free to make a pull request after you are done.

Good Luck :)

moriyaw commented 7 years ago

See the paper at https://eprint.iacr.org/2015/987