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 c13db17 commit 5cccc0dCopy full SHA for 5cccc0d
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: a98ea4f3ef60ddd83ff19d67fbc9db172893a521
+refs/heads/master: df9801c9f0b3b3f7d433a521870574a59bc8b679
trunk/src/lib/sha1.rs
@@ -28,9 +28,9 @@ state type sha1 = state obj {
28
};
29
30
// Some unexported constants
31
-const uint digest_buf_len = 5;
32
-const uint msg_block_len = 64;
33
-const uint work_buf_len = 80;
+const uint digest_buf_len = 5u;
+const uint msg_block_len = 64u;
+const uint work_buf_len = 80u;
34
35
const u32 k0 = 0x5A827999u32;
36
const u32 k1 = 0x6ED9EBA1u32;
0 commit comments