Type Alias crypto_bigint::LimbUInt

source ·
pub type LimbUInt = u64;
Expand description

Unsigned integer type that the Limb newtype wraps.

Trait Implementations§

source§

impl From<Limb> for LimbUInt

source§

fn from(limb: Limb) -> LimbUInt

Converts to this type from the input type.