mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
Both client and service had their own code for this. Consolidate into one place so we avoid duplication. Closes #27549 Signed-off-by: David Goulet <dgoulet@torproject.org>
3 lines
206 B
Text
3 lines
206 B
Text
o Code simplification and refactoring (hidden service v3):
|
|
- Consolidate the authorized client descriptor cookie computation code
|
|
from client and service into one function. Closes ticket 27549.
|