From 50dd44f9e2bc0cd595d59518eeea236ae2611f4e Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 17 Jan 2024 13:09:40 +0000 Subject: [PATCH] Update garble/mpz-garble/src/protocol/deap/mod.rs Co-authored-by: sinu.eth <65924192+sinui0@users.noreply.github.com> --- garble/mpz-garble/src/protocol/deap/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/garble/mpz-garble/src/protocol/deap/mod.rs b/garble/mpz-garble/src/protocol/deap/mod.rs index bc2d1911..1bd5deba 100644 --- a/garble/mpz-garble/src/protocol/deap/mod.rs +++ b/garble/mpz-garble/src/protocol/deap/mod.rs @@ -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 + Unpin>( &self, id: &str,