aboutsummaryrefslogtreecommitdiff
path: root/spec/dos-spec
diff options
context:
space:
mode:
authorMicah Elizabeth Scott <beth@torproject.org>2023-11-07 18:59:58 -0800
committerMicah Elizabeth Scott <beth@torproject.org>2023-11-09 14:16:27 -0800
commitdbf045b6d38fa99f19041c926a988a7bc08f59e6 (patch)
treef152da6b64f2afbc49b6388aca6b8ea91d82ff90 /spec/dos-spec
parent93fed8bb455d1d09a4cf0fb6c79e3ed67c302f6e (diff)
downloadtorspec-dbf045b6d38fa99f19041c926a988a7bc08f59e6.tar.gz
torspec-dbf045b6d38fa99f19041c926a988a7bc08f59e6.zip
Index text and links for the new hspow-spec
Diffstat (limited to 'spec/dos-spec')
-rw-r--r--spec/dos-spec/overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/dos-spec/overview.md b/spec/dos-spec/overview.md
index d715b51..e159014 100644
--- a/spec/dos-spec/overview.md
+++ b/spec/dos-spec/overview.md
@@ -73,6 +73,6 @@ Based on the queue behavior, servers will continuously provide an updated effort
Queue backlogs cause the effort to rise, and an idle server will cause the effort to decay.
If the queue is never overfull the effort decays to zero, asking clients not to include a proof-of-work solution at all.
-We may support multiple cryptographic algorithms for this puzzle in the future, but currently we support one type. It's called `v1` in our protocol, and it's based on the Equi-X algorithm developed for this purpose. See `327-pow-over-intro.txt` for more information.
+We may support multiple cryptographic algorithms for this puzzle in the future, but currently we support one type. It's called `v1` in our protocol, and it's based on the Equi-X algorithm developed for this purpose. See the document on [`Proof of Work for onion service introduction`](../hspow-spec/index.md).
This defense is configured by an operator using the `HiddenServicePoW` configuration options. Additionally, it requires both the client and the onion service to be compiled with the `pow` module (`--enable-gpl` mode) available. Current versions of the Tor Browser do include `pow` support.