Type Definition crypto_bigint::WideLimbUInt
source · pub type WideLimbUInt = u128;
Expand description
Wide integer type: double the width of LimbUInt
.
Trait Implementations§
source§impl From<Limb> for WideLimbUInt
impl From<Limb> for WideLimbUInt
source§fn from(limb: Limb) -> WideLimbUInt
fn from(limb: Limb) -> WideLimbUInt
Converts to this type from the input type.