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-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-11-16
std/crypto: add ISAPv2 (ISAP-A-128a) AEAD
Frank Denis
2020-11-07
Add mem.timingSafeEql() for constant-time array comparison
Frank Denis
2020-11-05
std.crypto: namespace constructions a bit more
Frank Denis
2020-10-28
PascalCase *box names, remove unneeded comptime & parenthesis
Frank Denis
2020-10-25
std/crypto: add the bcrypt password hashing function
Frank Denis
2020-10-25
Add (X)Salsa20 and NaCl boxes
Frank Denis
2020-10-17
std/crypto: make the whole APIs more consistent
Frank Denis
2020-10-15
std: move std.meta.refAllDecls to std.testing
Tadeo Kondrak
2020-10-06
std/crypto: Add support for AES-GCM
Frank Denis
2020-10-04
Merge pull request #6463 from jedisct1/ghash
Andrew Kelley
2020-10-01
std/crypto: add GHASH implementation
Frank Denis
2020-09-30
Remove unused var, sort std.crypto.*
Frank Denis
2020-09-30
std/crypto: implement the HKDF construction
Frank Denis
2020-09-29
Add AEGIS-256 as well
Frank Denis
2020-09-29
std/crypto: add the AEGIS128L AEAD
Frank Denis
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