fn update_checksum(checksum: &mut u32, item: [u8; 32])
Expand description

Update checksum from item, so changes in item are likely to also change checksum.

This checksum is not cryptographically secure.