diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-21 21:55:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-21 21:55:06 -0400 |
commit | cf182efe0d026273fcea48321e30b29279e99de3 (patch) | |
tree | aca58005b2cc3f13c8288d10a662af1d066bea6b /src/common/crypto.h | |
parent | b7fdb3a92715e1f3c37f84676d6f9e89188c5518 (diff) | |
download | tor-cf182efe0d026273fcea48321e30b29279e99de3.tar.gz tor-cf182efe0d026273fcea48321e30b29279e99de3.zip |
Fix comment in crypto.h; bug 6830
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | 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 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 |