Skip to content

Commit

Permalink
docs: fix broken links in protocol spec
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Sep 26, 2023
1 parent d265c83 commit 17eed1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/protocol/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
- [The `eddy` construction](./crypto/flow/eddy.md)
- [Distributed Key Generation](./crypto/flow-encryption/dkg.md)
- [Homomorphic Threshold Encryption](./crypto/flow-encryption/threshold-encryption.md)
- [Flow Encryption and Consensus](./protocol/flow-consensus.md)
- [Transaction Signing](./crypto/transaction_signing.md)
- [Groth 16 Setup Ceremony](./setup.md)
- [Groth16 Recap](./setup/groth16_recap.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/protocol/src/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ construction that allows users to outsource a probabalistic detection
capability, allowing a third party to scan and filter the chain on their behalf,
without revealing precisely which transactions are theirs.

- The [Homomorphic Threshold Decryption](./crypto/threshold.md) section
- The [Homomorphic Threshold Decryption](./crypto/flow-encryption/threshold-encryption.md) section
describes the construction used to [batch flows of
value](./concepts/batching_flows.md) across transactions.

Expand Down
2 changes: 1 addition & 1 deletion docs/protocol/src/crypto/transaction_signing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Transaction Signing

Transactions are signed used the [`decaf377-rdsa` construction](../crypto/decaf377-rdas.md). As described briefly in that section, there are two signature domains used in Penumbra: `SpendAuth` signatures and `Binding` signatures.
Transactions are signed used the [`decaf377-rdsa` construction](../crypto/decaf377-rdsa.md). As described briefly in that section, there are two signature domains used in Penumbra: `SpendAuth` signatures and `Binding` signatures.

## `SpendAuth` Signatures

Expand Down

0 comments on commit 17eed1d

Please sign in to comment.