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
Age
Commit message (
Expand
)
Author
2021-05-20
std: Make atfork handler more robust
LemonBoy
2021-05-20
std: Call pthread_atfork only once
LemonBoy
2021-05-20
std: Fix error in tlcsprng init sequence
LemonBoy
2021-05-17
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-17
std: Allocate tlscsprng memory as needed
LemonBoy
2021-05-12
std: fix redundant comptime keywords
Andrew Kelley
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-09
p256: properly handle neutral element & add AffineCoordinates struct (#8718)
Frank Denis
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-05-05
std: fix compile errors found by stage2
Andrew Kelley
2021-05-05
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-03
Prepare std/crypto/pcurves for ecdsa and other curves (#8670)
Frank Denis
2021-05-01
std.crypto: add support for the NIST P-256 curve (#8627)
Frank Denis
2021-04-30
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
x: comptime bool -> comptime x: bool (#8639)
Frank Denis
2021-04-28
std: remove redundant comptime keyword
Andrew Kelley
2021-04-28
std: remove redundant `comptime const`
Andrew Kelley
2021-04-28
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-26
Merge pull request #8609 from jedisct1/timingSafeCompare
Andrew Kelley
2021-04-26
Change timingSafeCompare() to accept slices
Frank Denis
2021-04-26
25519: remove unused const, safeguard against unreduced scalars (#8624)
Frank Denis
2021-04-25
Add std.crypto.utils.timingSafeCompare
Frank Denis
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-24
ed25519: use double-base multiplication for signature verification
Frank Denis
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
2021-04-22
std: fix compile errors caught by stage2 AstGen
Andrew Kelley
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-17
pbkdf2: use std.math.divCeil()
Frank Denis
2021-03-16
crypto/pbkdf2: use snake_case for variables like everywhere else
Frank Denis
2021-03-16
crypto/pbkdf2: simplify the check for the max number of iterations
Frank Denis
2021-03-14
Use a unified error set for std/crypto/*
Frank Denis
2021-03-01
std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices
LemonBoy
2021-02-28
std/crypto: add AES-OCB
Frank Denis
2021-02-28
std/crypto/aes: fix AES {encrypt,decrypt}Wide
Frank Denis
2021-02-28
std/crypto/benchmark: update format strings
Frank Denis
2021-02-25
initial support for haiku sync update
Al Hoang
2021-02-24
zig fmt the std lib
Andrew Kelley
2021-02-21
std: Add more error checking in hexToBytes
LemonBoy
2021-02-10
Convert inline fn to callconv(.Inline) everywhere
Tadeo Kondrak
2021-02-02
fix typo in comment
Rocknest
2021-02-02
siphash: update the link to the SipHash paper
Frank Denis
2021-01-15
crypto: add legacy keccak hash functions
Guillaume Ballet
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-03
std/crypto: add BLAKE2-160 types and tests
Frank Denis
2021-01-02
std/crypto: properly support arbitrary output sizes
Frank Denis
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-28
std/crypto: increment the correct words for vectorized salsa20
Frank Denis
[next]