aboutsummaryrefslogtreecommitdiff
path: root/spec/rend-spec-v3/keyblinding-scheme.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-10-14 18:52:20 -0400
committerNick Mathewson <nickm@torproject.org>2023-10-14 18:53:18 -0400
commit3457b0720834c8347d8318c1080ebc9486d77300 (patch)
treeb486a3d03fdfae7d98c4e6cf510179cf907c443f /spec/rend-spec-v3/keyblinding-scheme.md
parenta331e9f48790ad4beaba1ee443c5ad8b13d3afb4 (diff)
downloadtorspec-3457b0720834c8347d8318c1080ebc9486d77300.tar.gz
torspec-3457b0720834c8347d8318c1080ebc9486d77300.zip
Add short IDs for most long section names
I've left off sections that are headings for their whole document.
Diffstat (limited to 'spec/rend-spec-v3/keyblinding-scheme.md')
-rw-r--r--spec/rend-spec-v3/keyblinding-scheme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/rend-spec-v3/keyblinding-scheme.md b/spec/rend-spec-v3/keyblinding-scheme.md
index 8a7b1a2..b69a578 100644
--- a/spec/rend-spec-v3/keyblinding-scheme.md
+++ b/spec/rend-spec-v3/keyblinding-scheme.md
@@ -1,10 +1,10 @@
<a id="rend-spec-v3.txt-A"></a>
-# Appendix A: Signature scheme with key blinding \[KEYBLIND\]
+# Appendix A: Signature scheme with key blinding {#KEYBLIND}
<a id="rend-spec-v3.txt-A.1"></a>
-## Key derivation overview
+## Key derivation overview {#overview}
As described in \[IMD:DIST\] and \[SUBCRED\] above, we require a "key
blinding" system that works (roughly) as follows:
@@ -37,7 +37,7 @@ There is a master keypair (sk, pk).
<a id="rend-spec-v3.txt-A.2"></a>
-## Tor's key derivation scheme
+## Tor's key derivation scheme {#scheme}
We propose the following scheme for key blinding, based on Ed25519.