summaryrefslogtreecommitdiff
path: root/lsh512.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lsh512.cpp')
-rw-r--r--lsh512.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsh512.cpp b/lsh512.cpp
index fb8f4bd2..09177fef 100644
--- a/lsh512.cpp
+++ b/lsh512.cpp
@@ -130,7 +130,7 @@ inline lsh_u64 loadLE64(lsh_u64 v) {
return ConditionalByteReverse(LITTLE_ENDIAN_ORDER, v);
}
-lsh_u64 ROTL64(lsh_u64 x, lsh_u64 r) {
+lsh_u64 ROTL64(lsh_u64 x, lsh_u32 r) {
return rotlFixed(x, r);
}