From 17eed1d728895b598fa97d47f758f83302a1c203 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Tue, 26 Sep 2023 08:30:25 -0700 Subject: [PATCH] docs: fix broken links in protocol spec --- docs/protocol/src/SUMMARY.md | 1 + docs/protocol/src/crypto.md | 2 +- docs/protocol/src/crypto/transaction_signing.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/protocol/src/SUMMARY.md b/docs/protocol/src/SUMMARY.md index f570099365..54d89638d6 100644 --- a/docs/protocol/src/SUMMARY.md +++ b/docs/protocol/src/SUMMARY.md @@ -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) diff --git a/docs/protocol/src/crypto.md b/docs/protocol/src/crypto.md index 63505183c9..07e451e1d3 100644 --- a/docs/protocol/src/crypto.md +++ b/docs/protocol/src/crypto.md @@ -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. diff --git a/docs/protocol/src/crypto/transaction_signing.md b/docs/protocol/src/crypto/transaction_signing.md index bc6bd3ad58..d482bea2d4 100644 --- a/docs/protocol/src/crypto/transaction_signing.md +++ b/docs/protocol/src/crypto/transaction_signing.md @@ -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