aboutsummaryrefslogtreecommitdiff
path: root/spec/rend-spec
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-15 20:50:51 -0500
committerNick Mathewson <nickm@torproject.org>2023-11-15 20:50:51 -0500
commitd61ddc372ae2268d3559933e8492862f18f2fb0b (patch)
tree6241e7e1de4684fd08d4bc16adfc03b133583459 /spec/rend-spec
parentdb61527bfbc62ddeeb8e8679f2b734a8709f46e8 (diff)
downloadtorspec-d61ddc372ae2268d3559933e8492862f18f2fb0b.tar.gz
torspec-d61ddc372ae2268d3559933e8492862f18f2fb0b.zip
OPE: clarify implementation status
There was some incorrect text saying that the patch for this functionality was not merged into C tor.
Diffstat (limited to 'spec/rend-spec')
-rw-r--r--spec/rend-spec/revision-counter-mgt.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/spec/rend-spec/revision-counter-mgt.md b/spec/rend-spec/revision-counter-mgt.md
index 054d088..613b3e2 100644
--- a/spec/rend-spec/revision-counter-mgt.md
+++ b/spec/rend-spec/revision-counter-mgt.md
@@ -63,11 +63,10 @@ before using it for anything else.
(This scheme can be optimized pretty easily by caching the encryption of
`X*1`, `X*2`, `X*3`, etc for some well chosen `X`.)
-For a slow reference implementation, see src/test/ope_ref.py in the
-Tor source repository. \[XXXX for now, see the same file in Nick's
-"ope_hax" branch -- it isn't merged yet.\]
-
-This scheme is not currently implemented in Tor.
+For a slow reference implementation
+that can generate test vectors,
+see `src/test/ope_ref.py` in the
+Tor source repository.
## F.X. Some revision-counter strategies to avoid {#avoid}
@@ -80,4 +79,3 @@ the same host.
Similarly, implementations SHOULD NOT let the revision counter
increase forever without resetting it -- doing so links the service
across changes in the blinded public key.
-