Skip to content

Commit

Permalink
fix: Notary not Verifier signs the session header
Browse files Browse the repository at this point in the history
  • Loading branch information
themighty1 authored Jul 15, 2024
1 parent 396a2c0 commit 147b0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/verification.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Verification

To prove data provenance to a third-party `Verifier`, the `Prover` provides the following information:
- [`Session Header`](/protocol/notarization.md#signing-the-session-header) signed by the `Verifier`
- [`Session Header`](/protocol/notarization.md#signing-the-session-header) signed by the `Notary`
- `opening` to the plaintext commitment
- `TLS-specific data` which uniquely identifies the server
- `identity` of the server
Expand Down

0 comments on commit 147b0ef

Please sign in to comment.