vitorenesduarte / spdz

Implementation of the online phase of SPDZ - a MPC protocol - relying on a trusted dealer to generate the data needed from the preprocessing phase
GNU General Public License v3.0
1 stars 4 forks source link

Move from java.io to java.nio #4

Open vitorenesduarte opened 9 years ago

vitorenesduarte commented 9 years ago

Non blocking IO may not work in not fixed network topologies since we're always opening/closing sockets. For fixed topologies may result in some performance improvement.