Type Alias crypto_bigint::Word

source ·
pub type Word = u64;
Expand description

Unsigned integer type that the Limb newtype wraps.

Trait Implementations§

source§

impl From<Limb> for Word

source§

fn from(limb: Limb) -> Word

Converts to this type from the input type.

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 8 bytes