]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix comment in crypto.h; bug 6830
authorNick Mathewson <nickm@torproject.org>
Sat, 22 Sep 2012 01:55:06 +0000 (21:55 -0400)
committerNick Mathewson <nickm@torproject.org>
Sat, 22 Sep 2012 01:55:06 +0000 (21:55 -0400)
src/common/crypto.h

index e8248508fc32a4ea1b88af25ea04c12c4ea706f9..542bc24ed39f5b93e55849ac6f166376ffc3f0cf 100644 (file)
@@ -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