-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -262,6 +262,7 @@ <h1 id="faq"><a class="header" href="#faq">FAQ</a></h1> | |
<li><a href="faq.html#faq10">How to run TLSNotary with extra logging?</a></li> | ||
<li><a href="faq.html#faq11">How do I troubleshoot connection issues?</a></li> | ||
<li><a href="faq.html#faq12">Does TLSNotary Solve the Oracle Problem?</a></li> | ||
<li><a href="faq.html#faq13">What is a presentation in TLSNotary?</a></li> | ||
</ul> | ||
<h3 id="faq1"><a class="header" href="#faq1">Doesn't TLS allow a third party to verify data authenticity?</a></h3> | ||
<p>No, it does not. TLS is designed to guarantee the authenticity of data <strong>only to the participants</strong> of the TLS connection. TLS does not have a mechanism to enable the server to "sign" the data.</p> | ||
|
@@ -309,6 +310,9 @@ <h3 id="faq11"><a class="header" href="#faq11">How do I troubleshoot connection | |
<h3 id="faq12"><a class="header" href="#faq12">Does TLSNotary Solve the Oracle Problem?</a></h3> | ||
<p>No, the TLSNotary protocol does not solve the "Oracle Problem." The Oracle Problem refers to the challenge of ensuring that off-chain data used in blockchain smart contracts is trustworthy and tamper-proof. While TLSNotary allows a Prover to cryptographically authenticate TLS data to a designated Verifier, trust is still required in the designated Verifier when it attests to the verified data on-chain. Therefore, this is not a trustless, decentralized solution to the Oracle Problem.</p> | ||
<p>TLSNotary can be used to bring data on-chain, but when the stakes are high, it is recommended to combine TLSNotary with a dedicated oracle protocol to mitigate these risks. Multiple projects are currently exploring the best solutions.</p> | ||
<h3 id="faq13"><a class="header" href="#faq13">What is a presentation in TLSNotary?</a></h3> | ||
<p>In TLSNotary, a <strong>presentation</strong> refers to data shared by the Prover to selectively reveal specific parts of the TLS data committed to earlier during the attestation phase. By using these earlier commitments, the Prover can choose to disclose only particular segments of the TLS data while keeping other parts hidden or redacted. This enables a flexible and controlled way to share proofs, ensuring that sensitive information remains private.</p> | ||
<p>The term “presentation” is inspired by similar terminology in the <a href="https://www.w3.org/TR/vc-data-model/#dfn-verifiable-presentations">W3C Verifiable Credentials standard</a>.</p> | ||
<div style="break-before: page; page-break-before: always;"></div><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/katex.min.css"> | ||
<h1 id="quick-start"><a class="header" href="#quick-start">Quick Start</a></h1> | ||
<p>This quick start will help you get started with TLSNotary, both in native <a href="quick_start/rust.html">Rust</a> and in the <a href="quick_start/browser_extension.html">browser</a>.</p> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.