Type Alias crypto_bigint::Word

source ·
pub type Word = u32;
Available on 32-bit only.
Expand description

Inner 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.