Skip to main content

parse_u256_be

Function parse_u256_be 

Source
pub fn parse_u256_be<const N: usize>(input: &[u8; N]) -> BigInt<4>
Expand description

Parse the byte array as a BE 32-byte BigInt. If length is less than 32 bytes, it will be left-padded (most significant bytes) with zeroes.