pub fn split_u256_limb64(value: &U256) -> [U256; 4]
Expand description

Split a U256 value into 4 64-bit limbs stored in U256 values.