encryptogroup / ABY

ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation
GNU Lesser General Public License v3.0
463 stars 132 forks source link

Use mutex in communication debugging output #48

Closed sebastianst closed 6 years ago

sebastianst commented 6 years ago

Otherwise, send and receive threads write to cout at the same time, which possibly leads to interleaved output.