package core:hash
⌘K
Ctrl+K
or
/
Index
Types (0)
This section is empty.
Constants (0)
This section is empty.
Variables (0)
This section is empty.
Procedure Groups (0)
This section is empty.
Types
This section is empty.
Constants
This section is empty.
Variables
This section is empty.
Procedures
crc64_iso_3306 ¶
Generator polynomial: x^64 + x^4 + x^3 + x + 1
crc64_xz ¶
Compute CRC-64 in the manner of xz, using the ECMA-182 polynomial,
bit-reversed, with one's complement pre and post processing. Based on Mark Adler's v1.4 implementation in C under the ZLIB license.
fnv32_no_a ¶
If you have a choice, prefer fnv32a
fnv64_no_a ¶
If you have a choice, prefer fnv64a
murmur64a ¶
See https://github.com/aappleby/smhasher/blob/master/src/MurmurHash2.cpp#L96
murmur64b ¶
See https://github.com/aappleby/smhasher/blob/master/src/MurmurHash2.cpp#L140
Procedure Groups
This section is empty.
Source Files
Generation Information
Generated with odin version dev-2023-10 (vendor "odin") Windows_amd64 @ 2023-10-03 21:09:46.481586100 +0000 UTC