提交 31e9b9b2 编写于 作者: A Andy Polyakov

Typo in commentary section.

上级 7997b13a
...@@ -81,7 +81,7 @@ int SHA224_Final (unsigned char *md, SHA256_CTX *c) ...@@ -81,7 +81,7 @@ int SHA224_Final (unsigned char *md, SHA256_CTX *c)
/* /*
* Note that FIPS180-2 discusses "Truncation of the Hash Function Output." * 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 * 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. * but if it is, then default: case shall be extended. For reference.
* Idea behind separate cases for pre-defined lenghts is to let the * Idea behind separate cases for pre-defined lenghts is to let the
* compiler decide if it's appropriate to unroll small loops. * compiler decide if it's appropriate to unroll small loops.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册