Skip to main content

concat_wide

Function concat_wide 

Source
const fn concat_wide<const LIMBS: usize, const HALF: usize>(
    lo: &Uint<HALF>,
    hi: &Uint<HALF>,
) -> Uint<LIMBS>
Expand description

Join two Uints into an output Uint, potentially larger than both in size.