Function mostinefficientsha::util::hex [] [src]

pub fn hex(input_data: &[u32]) -> String

Hex encodes eight u32 numbers to a big-endian 64 characters lowercase 0-9a-f hash representation.

Panics if input data has wrong len.