[tor-commits] [tor/master] Fix comment in crypto.h; bug 6830

nickm at torproject.org nickm at torproject.org
Sat Sep 22 01:55:25 UTC 2012


commit cf182efe0d026273fcea48321e30b29279e99de3
Author: Nick Mathewson <nickm at torproject.org>
Date:   Fri Sep 21 21:55:06 2012 -0400

    Fix comment in crypto.h; bug 6830
---
 src/common/crypto.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/common/crypto.h b/src/common/crypto.h
index e824850..542bc24 100644
--- a/src/common/crypto.h
+++ b/src/common/crypto.h
@@ -51,7 +51,7 @@
 /** Length of the output of our message digest. */
 #define DIGEST_LEN 20
 /** Length of the output of our second (improved) message digests.  (For now
- * this is just sha256, but any it can be any other 256-byte digest). */
+ * this is just sha256, but it could be any other 256-bit digest.) */
 #define DIGEST256_LEN 32
 /** Length of our symmetric cipher's keys. */
 #define CIPHER_KEY_LEN 16



More information about the tor-commits mailing list