Struct u256

Source
pub struct u256(pub [u64; 4]);
Expand description

A 256-bit unsigned integer represented as 4 64-bit limbs.

Each limb is a native-endian number, but the array is little-limb-endian.

Tuple Fields§

§0: [u64; 4]