Skip to main content
This is unreleased documentation for the
main
(development) branch of
crypto-glue
.
div_rem_digit
num_
bigint_
dig
0.8.6
In num_
bigint_
dig::
algorithms
num_bigint_dig
::
algorithms
Function
div_
rem_
digit
Copy item path
Source
pub fn div_rem_digit(a:
BigUint
, b:
u64
) -> (
BigUint
,
u64
)