Merge remote-tracking branch 'asn/bug23107'

This commit is contained in:
David Goulet
2018-05-03 09:33:42 -04:00
4 changed files with 17 additions and 15 deletions
+6
View File
@@ -0,0 +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. Closes ticket 23107. Patch by
Neel Chauhan.