From 6657495b4a2dc62360fca2d2cb1e58085c4f4f0d Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 11 Oct 2023 08:46:35 +0000 Subject: [PATCH] chore: fix doc link --- 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 1add51e2..ab41a81c 100644 --- a/garble/mpz-garble/src/protocol/deap/mod.rs +++ b/garble/mpz-garble/src/protocol/deap/mod.rs @@ -1,6 +1,6 @@ //! An implementation of the Dual-execution with Asymmetric Privacy (DEAP) protocol. //! -//! For more information, see the [DEAP specification](https://docs.tlsnotary.org/protocol/2pc/deap.html). +//! For more information, see the [DEAP specification](https://docs.tlsnotary.org/mpc/deap.html). mod error; mod memory;