File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: eac75b76486ec54f677b2460f09635380437b125
2
+ refs/heads/master: 3b7e9dc393c7b015bb06a8cc1213c25b8911362f
Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ fn mk_sha1() -> sha1 {
185
185
* 512 bits. The first padding bit must be a '1'. The last 64 bits
186
186
* represent the length of the original message. All bits in between
187
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
188
+ * rules by filling the msg_block vector accordingly. It will also
189
+ * call process_msg_block () appropriately. When it returns, it
190
190
* can be assumed that the message digest has been computed.
191
191
*/
192
192
impure fn pad_msg ( & sha1state st) {
You can’t perform that action at this time.
0 commit comments