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-06-21
std.crypto.p256: fix neg function compile error
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-15
Merge pull request #9091 from Vexu/translate-c
Veikka Tuominen
2021-06-14
CLI: rename --override-lib-dir to --zig-lib-dir
Andrew Kelley
2021-06-14
replace usage of meta.cast with builtins
Veikka Tuominen
2021-06-10
aes 128-bit key expansion test - properly test the inverse round keys (#9065)
Frank Denis
2021-06-06
std.crypto: timing-safe functions to add&subtract serialized integers (#8977)
Frank Denis
2021-06-01
std.crypto.p256.scalar: fe struct member is not a function (#8954)
Frank Denis
2021-05-27
p256: update to the last fiat-crypto code & share PC tables
Frank Denis
2021-05-22
Merge pull request #8844 from ifreund/inline
Andrew Kelley
2021-05-20
Run `zig fmt` on src/ and lib/std/
Isaac Freund
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
[next]