bug23107 296 B

123456
  1. o Code simplification and refactoring:
  2. - Put a SHA1 public key digest in hs_service_intro_point_t, and use it in
  3. register_intro_circ() and service_intro_point_new(). This prevents the
  4. digest from being re-calculated each time. Closes ticket 23107. Patch by
  5. Neel Chauhan.