We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac75b7 commit 3b7e9dcCopy full SHA for 3b7e9dc
src/lib/sha1.rs
@@ -185,8 +185,8 @@ fn mk_sha1() -> sha1 {
185
* 512 bits. The first padding bit must be a '1'. The last 64 bits
186
* represent the length of the original message. All bits in between
187
* should be 0. This function will pad the message according to those
188
- * rules by filling the message_block array accordingly. It will also
189
- * call ProcessMessageBlock() appropriately. When it returns, it
+ * rules by filling the msg_block vector accordingly. It will also
+ * call process_msg_block() appropriately. When it returns, it
190
* can be assumed that the message digest has been computed.
191
*/
192
impure fn pad_msg(&sha1state st) {
0 commit comments