Function mostinefficientsha::util::dehex [] [src]

pub fn dehex(d: &str) -> Box<[u32; 8]>

Parses a big-endian 64 characters 0-9a-f hash representation to eight u32 numbers in system endianess.

Panics if input data has wrong len.