mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 22:18:12 -05:00
Improved diagrams (dark/light mode support)
This commit is contained in:
@@ -18,7 +18,8 @@ Before we start, make sure you have cloned the `tlsn` repository and have a rece
|
||||
|
||||
## Simple Interactive Verifier: Verifying Data from an API in Rust<a name="interactive"></a>
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
This example demonstrates how to use TLSNotary in a simple interactive session between a Prover and a Verifier. It involves the Verifier first verifying the MPC-TLS session and then confirming the correctness of the data.
|
||||
|
||||
@@ -27,7 +28,8 @@ https://github.com/tlsnotary/tlsn/tree/main/crates/examples/interactive#readme
|
||||
|
||||
## Simple Attestation Example: Verifying Data from an API in Rust with a Notary<a name="attestation"></a>
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
TLSNotary can also be used in a setup where MPC-TLS verification is delegated to a notary server. In this example, the notary attests to the data served to the prover. Next, the prover can share this attestation with a Verifier who can verify the data.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user