[tor-commits] [tor/master] comment patch from dgoulet that was in my inbox too long

nickm at torproject.org nickm at torproject.org
Mon May 11 15:32:04 UTC 2015


commit 2b441e25bc7019fddfb040c35ebf92fbb5905a49
Author: Nick Mathewson <nickm at torproject.org>
Date:   Mon May 11 11:32:00 2015 -0400

    comment patch from dgoulet that was in my inbox too long
---
 src/or/rendcommon.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c
index 9384220..c3f0d32 100644
--- a/src/or/rendcommon.c
+++ b/src/or/rendcommon.c
@@ -155,10 +155,10 @@ rend_compute_v2_desc_id(char *desc_id_out, const char *service_id,
   }
   /* Calculate current time-period. */
   time_period = get_time_period(now, 0, service_id_binary);
-  /* Calculate secret-id-part = h(time-period | replica). */
+  /* Calculate secret-id-part = h(time-period | desc-cookie | replica). */
   get_secret_id_part_bytes(secret_id_part, time_period, descriptor_cookie,
                            replica);
-  /* Calculate descriptor ID. */
+  /* Calculate descriptor ID: H(permanent-id | secret-id-part) */
   rend_get_descriptor_id_bytes(desc_id_out, service_id_binary, secret_id_part);
   return 0;
 }



More information about the tor-commits mailing list