Skip to content

Commit 995fe23

Browse files
authored
Merge pull request #1548 from cryspen/fix-core-num
Fix type of u64 rotate left
2 parents 2e753da + b226b38 commit 995fe23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hax-lib/proof-libs/fstar/core/Core.Num.fsti

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ val impl_u32__to_be_bytes: u32 -> t_Array u8 (sz 4)
133133
val impl_u32__rotate_right: u32 -> u32 -> u32
134134

135135

136-
val impl_u64__rotate_left: u32 -> u32 -> u32
136+
val impl_u64__rotate_left: u64 -> u32 -> u64
137137
val impl_u64__from_le_bytes: t_Array u8 (sz 8) -> u64
138138
val impl_u64__from_be_bytes: t_Array u8 (sz 8) -> u64
139139
val impl_u64__to_le_bytes: u64 -> t_Array u8 (sz 8)

0 commit comments

Comments
 (0)