logo

Type Definition crypto_bigint::limb::Inner

source · []
pub type Inner = u64;
Expand description

Inner integer type that the Limb newtype wraps.

Trait Implementations

Converts to this type from the input type.