Files
phy/search.desc/crc32fast/crc32fast-desc-0-.js
Orion Kindel 0ce894e6b0 doc
2025-03-18 10:30:23 -05:00

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.")