This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit c99151cc070747b86dca610ddd27d5aa753f2d52 Author: Nick Mathewson nickm@torproject.org AuthorDate: Tue Dec 20 12:50:28 2022 -0500
Clarify that revision counter needs to support 64-bit values. --- rend-spec-v3.txt | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/rend-spec-v3.txt b/rend-spec-v3.txt index fac1395..38a1555 100644 --- a/rend-spec-v3.txt +++ b/rend-spec-v3.txt @@ -1100,6 +1100,9 @@ Table of contents: prevents an attacker from replacing a newer descriptor signed by a given key with a copy of an older version.)
+ Implementations MUST be able to parse 64-bit values for these + counters. + "superencrypted" NL encrypted-string
[Exactly once.]