From: Nick Mathewson Date: Sat, 22 Sep 2012 01:55:06 +0000 (-0400) Subject: Fix comment in crypto.h; bug 6830 X-Git-Tag: tor-0.2.4.3-alpha~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf182efe0d026273fcea48321e30b29279e99de3;p=thirdparty%2Ftor.git Fix comment in crypto.h; bug 6830 --- diff --git a/src/common/crypto.h b/src/common/crypto.h index e8248508fc..542bc24ed3 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