Skip to content

Commit

Permalink
Removed TODOs from output
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau committed Aug 30, 2023
1 parent c0b9414 commit d04abb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
- [Commitment scheme](./mpc/commitment_scheme.md)
- [Encryption](./mpc/encryption.md)
- [TLS handhsake](./mpc/tls_handshake.md)
- [Committed Oblivious Transfer](./mpc/committed_ot.md)
- [Oblivious Transfer](./mpc/oblivious_transfer.md)
- [Committed Oblivious Transfer]() <!-- (./mpc/committed_ot.md) -->
- [Oblivious Transfer]() <!-- (./mpc/oblivious_transfer.md) -->

# Developer resources

Expand Down
2 changes: 1 addition & 1 deletion src/mpc/commitment_scheme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Commitment scheme

// TODO will polish
<!-- TODO will polish -->

BEFORE the `Notary` "opens his gabled circuit" in Step 17 of [DEAP](/mpc/deap.md), the `User` commits (e.g. computes a blake3 hash) to the encodings of the plaintext generated by the `Notary` (i.e. the encoded output [v]_B from Step 8 in DEAP).

Expand Down
2 changes: 1 addition & 1 deletion src/protocol/verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A `Verifier`` receives the following from the `User`:

// TODO will explain each
<!-- TODO will explain each -->

- domain name (e.g. "tlsnotary.org")
- signed `Session Header`
Expand Down

0 comments on commit d04abb2

Please sign in to comment.