index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
crypto
/
ghash_polyval.zig
Age
Commit message (
Expand
)
Author
2025-07-13
std.crypto: remove `inline` from most functions
Andrew Kelley
2025-06-05
std.Target: Introduce Cpu convenience functions for feature tests.
Alex Rønne Petersen
2024-08-09
std.crypto: better names for everything in utils
Andrew Kelley
2024-01-01
Deprecate `suggestVectorSize` in favor of `suggestVectorLength`
Carl Åstholm
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-23
x86_64: implement 128-bit builtins
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-05-24
std.crypto: 2.5 times faster ghash and polyval on WebAssembly (#15835)
Frank Denis
2023-04-21
cbe: fix remaining aarch64 issues
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2022-12-05
treshold -> threshold
Frank Denis
2022-11-20
Add the POLYVAL universal hash function
Frank Denis