Skip to content

Commit 079360d

Browse files
committed
correction
1 parent 74a07c0 commit 079360d

File tree

1 file changed

+1
-1
lines changed
  • blog/2025-08-08-tlsnotary-history

1 file changed

+1
-1
lines changed

blog/2025-08-08-tlsnotary-history/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Around the same time, Sinu (https://github.com/sinui0) was looking for ways to s
8282

8383
The team began rebuilding [TLSNotary](/about) from the ground up in Rust and made the protocol compatible with TLS 1.2. But the biggest change was integrating MPC.
8484

85-
MPC (https://en.wikipedia.org/wiki/Secure_multi-party_computation) is a way for multiple parties to work together, to compute some mutual function without revealing their private data. It fits naturally with TLS, which is also interactive. Unlike zero-knowledge proofs, which are non-interactive, MPC can mirror the back-and-forth nature of a TLS session.
85+
MPC (https://en.wikipedia.org/wiki/Secure_multi-party_computation) is a way for multiple parties to work together, to compute some mutual function without revealing their private data. It fits naturally with TLS, which is also interactive.
8686

8787
Since things (especially terminology) tend to change in a decade, let’s quickly recap the parties involved.
8888

0 commit comments

Comments
 (0)