aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/preliminaries.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-11 21:57:53 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-11 22:05:07 -0500
commit46f947115f4cce14b7b2368a414c765fc18e86b4 (patch)
treeb0c69346efa722a145ed9bcb6e88a96c489880dd /spec/tor-spec/preliminaries.md
parenta602166da2fffe55e882dd7879ecd82994996a45 (diff)
downloadtorspec-46f947115f4cce14b7b2368a414c765fc18e86b4.tar.gz
torspec-46f947115f4cce14b7b2368a414c765fc18e86b4.zip
Finish revising the channel handshake
Diffstat (limited to 'spec/tor-spec/preliminaries.md')
-rw-r--r--spec/tor-spec/preliminaries.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/tor-spec/preliminaries.md b/spec/tor-spec/preliminaries.md
index 78e6e80..b8e558f 100644
--- a/spec/tor-spec/preliminaries.md
+++ b/spec/tor-spec/preliminaries.md
@@ -107,9 +107,11 @@ When we refer to "the hash of a public key", unless otherwise
specified, we mean the SHA-1 hash of the DER encoding of an ASN.1 RSA
public key (as specified in PKCS.1).
+<span id="random-values">
All "random" values MUST be generated with a cryptographically
strong pseudorandom number generator seeded from a strong entropy
source, unless otherwise noted.
+</span>
<a id="tor-spec.txt-0.4"></a>