From: George Kadianakis Date: Wed, 2 May 2018 11:09:15 +0000 (+0300) Subject: squash! Optimize legacy intro point digest calculation. X-Git-Tag: tor-0.3.4.1-alpha~74^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c346bdd689e84f92202476d96748ad9fe9d519f;p=thirdparty%2Ftor.git squash! Optimize legacy intro point digest calculation. --- diff --git a/changes/bug23107 b/changes/bug23107 index 70d1856bbd..55885e10fd 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.