Skip to content

Commit

Permalink
Update garble/mpz-garble/src/protocol/deap/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinui0 authored Oct 18, 2023
1 parent 377674b commit 31d1078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garble/mpz-garble/src/protocol/deap/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ impl DEAP {
Role::Follower => (id_1, id_0),
};

// // Setup inputs concurrently.
// Setup inputs concurrently.
futures::try_join!(
self.gen
.setup_assigned_values(&gen_id, &assigned_values, sink, ot_send)
Expand Down

0 comments on commit 31d1078

Please sign in to comment.