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
2022-07-01
crypto: add the Xoodoo permutation, prepare for Gimli deprecation (#11866)
Frank Denis
2022-07-01
std.crypto.hash: allow creating hash functions from compositions (#11965)
Frank Denis
2022-06-29
std.crypto.ecc: add support for the secp256k1 curve (#11880)
Frank Denis
2022-06-15
std/crypto: add support for ECDSA signatures (#11855)
Frank Denis
2022-05-31
crypto: add support for the NIST P-384 curve (#11735)
Frank Denis
2022-01-31
a small crusade against std.meta.declarations
Andrew Kelley
2022-01-25
std.crypto.random: `Random`s are no longer passed by reference
Meghan
2021-11-15
add argon2 kdf (#9756)
lucky
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-09
reexport crypto/phc_encoding (#9712)
lucky
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
add scrypt kdf (#9577)
lucky
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-01
std.crypto: add support for the NIST P-256 curve (#8627)
Frank Denis
2021-04-20
std/crypto: use finer-grained error sets in function signatures (#8558)
Frank Denis
2021-03-17
std/crypto/chacha20: add round-reduced versions & cleanup internals
Frank Denis
2021-03-14
Use a unified error set for std/crypto/*
Frank Denis
2021-02-28
std/crypto: add AES-OCB
Frank Denis
2021-01-04
ci: skip crypto tests on windows
Andrew Kelley
2020-12-31
Year++
Frank Denis
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
[next]