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
Group-Canceled
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
groupAwait
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
Age
Commit message (
Expand
)
Author
2020-10-01
Implement ghash aggregated reduction
Frank Denis
2020-10-01
ghash & poly1305: use pointer to slices for keys and output
Frank Denis
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
Merge pull request #6442 from jedisct1/aegis
Andrew Kelley
2020-09-29
aegis: add test vectors, and link to the latest version of the spec
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-29
gimli: make permute a constant, remove leading underscore
Frank Denis
2020-09-29
Don't unroll the gimli permutation on release-small
Frank Denis
2020-09-29
Use mem.copy() instead of manual iterations
Frank Denis
2020-09-29
std/crypto: make gimli slightly faster
Frank Denis
2020-09-24
Revamp crypto/aes
Frank Denis
2020-09-17
Merge pull request #6336 from Rocknest/pbkdf2
Andrew Kelley
2020-09-16
std.crypto siphash: fix assertion on the size of output buffer
Andrew Kelley
2020-09-16
Add an error set
Rocknest
2020-09-14
flip condition
Rocknest
2020-09-13
fix build
Rocknest
2020-09-13
Reference all crypto declarations
Rocknest
2020-09-13
Convert asserts to errors, make sure nothing overflows
Rocknest
2020-09-13
pbkdf2 offset into dk should be usize, not u64.
Rob Napier
2020-09-13
Use comptime to expose public method to doc system
Rob Napier
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-13
Improve doc text
Rob Napier
2020-09-12
pbkdf2 "very large dklen test" should just check for crashes
Rob Napier
2020-09-12
Replace Hash function with Prf. Correct offset bit-width.
Rob Napier
2020-09-12
Review comments from pbkdf2.zig
Rob Napier
2020-09-11
Add crypto.kdf.pbkdf2
Rob Napier
2020-09-08
std: clean up bitrotten imports in crypto
xackus
2020-08-26
forceEval() -> doNotOptimizeAway()
Frank Denis
2020-08-26
Rename blackBox, move it to std.mem.forceEval()
Frank Denis
2020-08-26
Rename `at` to `tag` in AEADs
Frank Denis
2020-08-26
Improve crypto benchmarks
Frank Denis
2020-08-22
Improve documentation on siphash recommended parameters
Frank Denis
2020-08-22
Promote hash/siphash to crypto/siphash
Frank Denis
2020-08-21
No need to keep a 128-bit carry around
Frank Denis
2020-08-21
Force myself to use unusual integer sizes a little bit more :)
Frank Denis
2020-08-21
Make poly1305 faster
Frank Denis
2020-08-21
Hash functions now accept an option set
Frank Denis
2020-08-20
Remove explicit comptime
Frank Denis
2020-08-20
Remove the reset() function from hash functions
Frank Denis
2020-08-20
Repair crypto/benchmark; add BLAKE2b256
Frank Denis
2020-08-20
Add truncated SHA512 variants
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-18
ristretto255: add uniform string->element map & fast equivalence check
Frank Denis
2020-08-17
No need for an explicit deref
Frank Denis
2020-08-17
std/crypto: XChaCha20, detached modes and standard AEAD API
Frank Denis
[prev]
[next]