Function ext4::parse::ext4_style_crc32c_le[][src]

pub fn ext4_style_crc32c_le(seed: u32, buf: &[u8]) -> u32

This is what the function in the ext4 code does, based on its results. I'm so sorry.