Type Definition crypto_bigint::Word

source ·
pub type Word = u64;
Expand description

Unsigned integer type that the Limb newtype wraps.

Trait Implementations§

Converts to this type from the input type.