Typo in commentary section.
authorAndy Polyakov <appro@openssl.org>
Mon, 31 May 2004 12:30:41 +0000 (12:30 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 31 May 2004 12:30:41 +0000 (12:30 +0000)
crypto/sha/sha256.c

index 60cb0e68fda6a829bd3f206eaaf909b7f3599402..2f4078f44423ff66e32aa0fffd3133ba47084d65 100644 (file)
@@ -81,7 +81,7 @@ int SHA224_Final (unsigned char *md, SHA256_CTX *c)
 /*
  * Note that FIPS180-2 discusses "Truncation of the Hash Function Output."
  * default: case below covers for it. It's not clear however if it's
 /*
  * Note that FIPS180-2 discusses "Truncation of the Hash Function Output."
  * default: case below covers for it. It's not clear however if it's
- * permitted to truncate at amount of bits not divisable by 4. I bet not,
+ * permitted to truncate to amount of bytes not divisible by 4. I bet not,
  * but if it is, then default: case shall be extended. For reference.
  * Idea behind separate cases for pre-defined lenghts is to let the
  * compiler decide if it's appropriate to unroll small loops.
  * but if it is, then default: case shall be extended. For reference.
  * Idea behind separate cases for pre-defined lenghts is to let the
  * compiler decide if it's appropriate to unroll small loops.