zig/lib/std/hash
Andrew Kelley 06b44a0afa update git fetching logic to new reader/writer API
- flatten std.crypto.hash.Sha1 and give it a writable interface that
  optimizes splats
- flatten std.hash.crc and give it a writable interface that optimizes
  splats
- remove old writer impls from std.crypto
- add fs.File.Writer.moveToReader
- add fs.File.Writer.seekTo
- add std.io.Reader.Hashed and std.io.Writer.Hashed which are
  passthrough streams. Instead of passing through to null writer, use
  the writable interface implemented directly on hashers which doesn't
  have to account for passing through the data.
- add std.io.BufferedWriter.writeSplatAll
2025-07-01 16:35:29 -07:00
..
crc update git fetching logic to new reader/writer API 2025-07-01 16:35:29 -07:00
adler.zig
auto_hash.zig all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
benchmark.zig std.io: move getStdIn, getStdOut, getStdErr functions to fs.File 2025-07-01 16:35:26 -07:00
cityhash.zig
crc.zig update git fetching logic to new reader/writer API 2025-07-01 16:35:29 -07:00
fnv.zig
murmur.zig
RapidHash.zig Add rapidhash (#22085) 2025-02-22 14:32:48 -08:00
verify.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
wyhash.zig std.hash.Wyhash: fix dangling stack pointer 2025-05-16 15:28:20 +02:00
xxhash.zig Legalize: implement scalarization of @shuffle 2025-06-01 08:24:01 +01:00