[tor/master] squash! Optimize legacy intro point digest calculation.

commit 0c346bdd689e84f92202476d96748ad9fe9d519f Author: George Kadianakis <desnacked@riseup.net> Date: Wed May 2 14:09:15 2018 +0300 squash! Optimize legacy intro point digest calculation. --- changes/bug23107 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/bug23107 b/changes/bug23107 index 70d1856bb..55885e10f 100644 --- a/changes/bug23107 +++ b/changes/bug23107 @@ -1,6 +1,6 @@ o Code simplification and refactoring: - Put a SHA1 public key digest in hs_service_intro_point_t, and use it in register_intro_circ() and service_intro_point_new(). This prevents the - digest from being re-calculated each time. Fixes bug 23107. Patch by + digest from being re-calculated each time. Closes ticket 23107. Patch by Neel Chauhan.
participants (1)
-
dgoulet@torproject.org