Skip to content

Commit 5cccc0d

Browse files
committed
---
yaml --- r: 2604 b: refs/heads/master c: df9801c h: refs/heads/master v: v3
1 parent c13db17 commit 5cccc0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: a98ea4f3ef60ddd83ff19d67fbc9db172893a521
2+
refs/heads/master: df9801c9f0b3b3f7d433a521870574a59bc8b679

trunk/src/lib/sha1.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ state type sha1 = state obj {
2828
};
2929

3030
// Some unexported constants
31-
const uint digest_buf_len = 5;
32-
const uint msg_block_len = 64;
33-
const uint work_buf_len = 80;
31+
const uint digest_buf_len = 5u;
32+
const uint msg_block_len = 64u;
33+
const uint work_buf_len = 80u;
3434

3535
const u32 k0 = 0x5A827999u32;
3636
const u32 k1 = 0x6ED9EBA1u32;

0 commit comments

Comments
 (0)