Type Definition crypto_bigint::LimbUInt[][src]

pub type LimbUInt = u64;
Expand description

Unsigned integer type that the Limb newtype wraps.

Trait Implementations

Performs the conversion.