Settings
Help
mul_nx1
forge
1.4.0
In forge::
revm::
primitives::
alloy_
primitives::
ruint::
algorithms
Modules
div
Structs
LehmerMatrix
Functions
add_nx1
addmul
addmul_n
addmul_nx1
borrowing_sub
borrowing_sub_n
carrying_add
carrying_add_n
cmp
div
gcd
gcd_extended
inv_mod
mul_nx1
mul_redc
shift_left_small
shift_right_small
square_redc
submul_nx1
forge
::
revm
::
primitives
::
alloy_primitives
::
ruint
::
algorithms
Function
mul_nx1
Copy item path
Search
Settings
Help
Summary
pub fn mul_nx1(lhs: &mut [
u64
], a:
u64
) ->
u64
Expand description
⚠️ Computes
lhs *= a
and returns the carry.
⚠️ This function is not part of the stable API.