aboutsummaryrefslogtreecommitdiff
path: root/src/common/crypto.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-09-21 21:55:06 -0400
committerNick Mathewson <nickm@torproject.org>2012-09-21 21:55:06 -0400
commitcf182efe0d026273fcea48321e30b29279e99de3 (patch)
treeaca58005b2cc3f13c8288d10a662af1d066bea6b /src/common/crypto.h
parentb7fdb3a92715e1f3c37f84676d6f9e89188c5518 (diff)
downloadtor-cf182efe0d026273fcea48321e30b29279e99de3.tar
tor-cf182efe0d026273fcea48321e30b29279e99de3.tar.gz
Fix comment in crypto.h; bug 6830
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r--src/common/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h
index e8248508f..542bc24ed 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