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.
2 parents 2e753da + b226b38 commit 995fe23Copy full SHA for 995fe23
hax-lib/proof-libs/fstar/core/Core.Num.fsti
@@ -133,7 +133,7 @@ val impl_u32__to_be_bytes: u32 -> t_Array u8 (sz 4)
133
val impl_u32__rotate_right: u32 -> u32 -> u32
134
135
136
-val impl_u64__rotate_left: u32 -> u32 -> u32
+val impl_u64__rotate_left: u64 -> u32 -> u64
137
val impl_u64__from_le_bytes: t_Array u8 (sz 8) -> u64
138
val impl_u64__from_be_bytes: t_Array u8 (sz 8) -> u64
139
val impl_u64__to_le_bytes: u64 -> t_Array u8 (sz 8)
0 commit comments