Skip to content

Commit 313c85e

Browse files
authored
Updated TLSNotary documentation links (#430)
1 parent cdca85f commit 313c85e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/tlsnotary-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ A key observation enabling our approach is that all private inputs from the Veri
116116

117117
Malicious secure protocols typically aim to prevent _any_ leakage of any parties inputs, employing techniques such as authenticated garbling or variants of cut-and-choose, which add significant compute and/or communication overhead.
118118

119-
For our needs, we implemented a novel\* variant of so-called Dual Execution, which we dubbed Dual Execution with Asymmetric Privacy (DEAP). Is there a better name for it? Probably. Nonetheless, you can read our informal [explanation of it here](https://docs.tlsnotary.org/mpc/deap.html).
119+
For our needs, we implemented a novel\* variant of so-called Dual Execution, which we dubbed Dual Execution with Asymmetric Privacy (DEAP). Is there a better name for it? Probably. Nonetheless, you can read our informal [explanation of it here](https://tlsnotary.org/docs/mpc/deap).
120120

121121
The jist of it is this: During the TLS session one party, the Prover, acts as the Garbler while also committing to their inputs prior to learning the output of the circuit. Later, these commitments are used to prove the Prover acted honestly (or at least leakage was statistically bounded), and aborting otherwise.
122122

data/projects/tlsn.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ export const tlsn: ProjectInterface = {
5050
play: [
5151
{
5252
label: "Getting started",
53-
url: "https://docs.tlsnotary.org/quick_start/index.html",
53+
url: "https://tlsnotary.org/docs/quick_start/",
5454
},
5555
],
5656
learn: [
5757
{
5858
label: "Documentation",
59-
url: "https://docs.tlsnotary.org",
59+
url: "https://tlsnotary.org/docs",
6060
},
6161
],
6262
},

0 commit comments

Comments
 (0)