crypto_bigint

Type Alias WideWord

Source
pub type WideWord = u128;
Expand description

Wide integer type: double the width of Word.

Trait Implementations§

Source§

impl From<Limb> for WideWord

Source§

fn from(limb: Limb) -> WideWord

Converts to this type from the input type.