diff options
author | Emily Bones <emilybones@riseup.net> | 2021-06-07 20:29:29 +0000 |
---|---|---|
committer | Emily Bones <emilybones@riseup.net> | 2021-06-07 20:33:15 +0000 |
commit | 33e2c5962cf7319424da1d25a350a5d18022d576 (patch) | |
tree | 89347b53e1ce3811408137636956ff6cec8b4639 /doc | |
parent | f93d9d8bacb672c123674cfe9fbb01320e6cb3d7 (diff) | |
download | tor-33e2c5962cf7319424da1d25a350a5d18022d576.tar.gz tor-33e2c5962cf7319424da1d25a350a5d18022d576.zip |
Add links to original design paper and anonbib
Closes #33742
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HACKING/README.1st.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/HACKING/README.1st.md b/doc/HACKING/README.1st.md index 4bc3298c67..06a24e8300 100644 --- a/doc/HACKING/README.1st.md +++ b/doc/HACKING/README.1st.md @@ -36,6 +36,13 @@ For the latest version of the code, get a copy of git, and $ git clone https://git.torproject.org/git/tor ``` +For a copy of Tor's original design paper, see +[here](https://spec.torproject.org/tor-design). Note that Tor has changed in +many ways since 2004. + +For a large collection of security papers, many of which are related to Tor, +see [Anonbib's Selected Papers in Anonymity](https://www.freehaven.net/anonbib/). + ## Stay in touch We talk about Tor on the `tor-talk` mailing list. Design proposals and |