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.zig
Age
Commit message (
Expand
)
Author
2020-09-24
Revamp crypto/aes
Frank Denis
2020-09-24
Move PBKDF2 to a pwhash category, clarify what that category is
Frank Denis
2020-09-13
fix ref
Rocknest
2020-09-13
Reference all crypto declarations
Rocknest
2020-09-13
Extract kdf.zig to provide namespace documentation
Rob Napier
2020-09-13
Explicitly reference std.crypto.kdf in test case
Rob Napier
2020-09-11
Add crypto.kdf.pbkdf2
Rob Napier
2020-08-22
Promote hash/siphash to crypto/siphash
Frank Denis
2020-08-21
Hash functions now accept an option set
Frank Denis
2020-08-20
Remove the reset() function from hash functions
Frank Denis
2020-08-20
Breaking: sort std/crypto functions into categories
Frank Denis
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-08-17
Export crypto.aead
Frank Denis
2020-08-16
Rename the field and scalar modules
Frank Denis
2020-08-16
Improve curve25519-based crypto
Frank Denis
2020-02-24
hashing algorithms: fix logic and index out of bounds
J.W
2020-02-01
crypto: Add BLAKE3 hashing algorithm
Jay Petacat
2019-11-01
crypto: Add AES implementation
lukechampine
2019-09-25
mv std/ lib/
Andrew Kelley