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
/
keccak_p.zig
Age
Commit message (
Expand
)
Author
2024-11-20
crypto.keccak.State: add checks to prevent insecure transitions (#22020)
Frank Denis
2024-08-09
std.crypto: better names for everything in utils
Andrew Kelley
2024-06-04
sha3.keccak: allow Keccak[f=200] (#20181)
Frank Denis
2024-04-09
crypto.sha3: implement constructions from NIST SP 800-185 (#19533)
Frank Denis
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-07-14
std.crypto.sha3: Minor TurboSHAKE/Keccak fixes (#16408)
e4m2
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-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-03-09
Fix incorrect SHA-3 computation with the streaming API (#14852)
Frank Denis
2023-03-07
std.crypto.hash.sha3: add TurboSHAKE (#14824)
Frank Denis
2023-03-02
crypto.KeccakF: compute rotations at comptime, add a test with f=800 (#14760)
Frank Denis
2023-03-02
crypto.hash.sha3: make permutation generic and public, add SHAKE (#14756)
Frank Denis