1 line
616 B
JavaScript
1 line
616 B
JavaScript
searchState.loadedDescShard("crc32fast", 0, "Fast, SIMD-accelerated CRC32 (IEEE) checksum computation.\nRepresents an in-progress CRC32 computation.\nCombine the hash state with the hash state for the …\nFinalize the hash state and return the computed CRC32 …\nReturns the argument unchanged.\nComputes the CRC32 hash of a byte slice.\nCalls <code>U::from(self)</code>.\nCreate a new <code>Hasher</code>.\nCreate a new <code>Hasher</code> with an initial CRC32 state.\nCreate a new <code>Hasher</code> with an initial CRC32 state.\nReset the hash state.\nProcess the given byte slice and update the hash state.") |