Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-14 18:23:12 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/std/hash
History
Sahnvour 4b5172d287 move autoHash into its own module since it can be used with any hash function implementing a streaming interface
2019-08-04 12:34:37 +02:00
..
adler.zig
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
auto_hash.zig
move autoHash into its own module since it can be used with any hash function implementing a streaming interface
2019-08-04 12:34:37 +02:00
cityhash.zig
Intentional wraparound used +
2019-07-13 13:59:15 +02:00
crc.zig
rename std lib files to new convention
2019-03-02 16:46:04 -05: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
different array literal syntax when inferring the size
2019-06-09 19:26:32 -04:00
throughput_test.zig
Add throughput test program for hash functions
2019-08-04 12:34:05 +02:00
wyhash.zig
Add iterative wyhash api
2019-08-04 12:34:05 +02:00