Type Definition crypto_bigint::limb::Inner[][src]

pub type Inner = u64;
This is supported on 64-bit only.
Expand description

Inner integer type that the Limb newtype wraps.

Trait Implementations

Performs the conversion.