[][src]Function cryptonight::byte_string::hex2_u32_le

pub fn hex2_u32_le(hex: &str) -> u32

Converts the first 8 hex chars of the slice to a u32 number. The hex string is interpreted as litte-endian (last two chars are most signifiant)