Skip to content

Commit 7d171da

Browse files
committed
---
yaml --- r: 1417 b: refs/heads/master c: 3b7e9dc h: refs/heads/master i: 1415: 4a628b3 v: v3
1 parent 226be36 commit 7d171da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: eac75b76486ec54f677b2460f09635380437b125
2+
refs/heads/master: 3b7e9dc393c7b015bb06a8cc1213c25b8911362f

trunk/src/lib/sha1.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ fn mk_sha1() -> sha1 {
185185
* 512 bits. The first padding bit must be a '1'. The last 64 bits
186186
* represent the length of the original message. All bits in between
187187
* 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
188+
* rules by filling the msg_block vector accordingly. It will also
189+
* call process_msg_block() appropriately. When it returns, it
190190
* can be assumed that the message digest has been computed.
191191
*/
192192
impure fn pad_msg(&sha1state st) {

0 commit comments

Comments
 (0)