Function mostinefficientsha::util::u32_to_f64bits [] [src]

pub fn u32_to_f64bits(hex: &[u32]) -> Vec<f64>

The inverse of f64bits_to_u32(). Creates 256 doubles that are either 1.0 or 0.0 . return_value[0] is the MSBit.

Panics if input data has wrong len.