zig/std/hash
Marc Tiehuis a610352271 std/hash: Revert crc32 api change
This is user specified and the user doesn't necessarily have to use one
of the provided polynomials declared hence we can't use an enum.

Thanks @daurnimator for catching this.
2019-08-24 19:05:05 +12:00
..
adler.zig different array literal syntax when inferring the size 2019-06-09 19:26:32 -04:00
auto_hash.zig Merge remote-tracking branch 'origin/master' into rewrite-coroutines 2019-08-04 19:10:36 -04:00
benchmark.zig std/hash: Revert crc32 api change 2019-08-24 19:05:05 +12:00
cityhash.zig Intentional wraparound used + 2019-07-13 13:59:15 +02:00
crc.zig std/hash: Revert crc32 api change 2019-08-24 19:05:05 +12:00
fnv.zig rename std lib files to new convention 2019-03-02 16:46:04 -05:00
murmur.zig Proper use of @truncate instead of @intCast 2019-07-13 13:59:15 +02:00
siphash.zig Inline full slice hashing 2019-08-21 21:38:02 +12:00
wyhash.zig Inline full slice hashing 2019-08-21 21:38:02 +12:00