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
Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com>
  • Loading branch information
themighty1 and sinui0 authored Jan 17, 2024
1 parent bc074e4 commit 50dd44f
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 @@ -327,7 +327,7 @@ impl DEAP {
Ok(())
}

/// Sends a commitment to the provided output values, deferring the actual proving until finalization.
/// Sends a commitment to the provided values, deferring the actual proving until finalization.
pub async fn defer_prove<S: Sink<GarbleMessage, Error = std::io::Error> + Unpin>(
&self,
id: &str,
Expand Down

0 comments on commit 50dd44f

Please sign in to comment.