Function git_features::hash::crc32
source · Available on crate feature
crc32
only.Expand description
Compute a CRC32 value of the given input bytes
.
In case multiple chunkes of bytes
are present, one should use crc32_update()
instead.