Type Definition crypto_bigint::limb::Wide[][src]

pub type Wide = u128;
This is supported on 64-bit only.
Expand description

Wide integer type: double the width of Inner.

Trait Implementations

Performs the conversion.