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
getAppDataDir
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
juice
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
std.Io.Threaded-groups-2
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
2022-01-24
std.crypto.25519.scalar: implement edwards25519 scalar field inversion
Frank Denis
2021-12-27
crypto/edwards25519: faster point decompression
Frank Denis
2021-12-27
Bcrypt pbkdf (#10331)
daurnimator
2021-12-19
stage1, stage2: rename c_void to anyopaque (#10316)
Isaac Freund
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-11-24
Merge pull request #10073 from hoanga/haiku-support-build2
Andrew Kelley
2021-11-20
std: add `writer` methods on all crypto.hash types (#10168)
Meghan
2021-11-15
update docs (#10150)
lucky
2021-11-15
add fork case for haiku
Al Hoang
2021-11-15
add argon2 kdf (#9756)
lucky
2021-11-08
crypto/edwards25519: correctly flip the Y sign in the H2C operation
Frank Denis
2021-10-27
std.rand: Refactor `Random` interface
Ominitay
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-19
Update `hash` & `crypto` benchmarks run comment (#9790)
Ali Chraghi
2021-09-13
fix missing paths (#9754)
lucky
2021-09-10
Fix compile error for p256 scalar arithmetic (#9715)
Luuk de Gram
2021-09-01
disable slow scrypt tests
Andrew Kelley
2021-09-01
std: reorganization that allows new usingnamespace semantics
Andrew Kelley
2021-09-01
std.os: more reorganization efforts
Andrew Kelley
2021-08-29
zig fmt: respect trailing commas in inline assembly
jdmichaud
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
add scrypt kdf (#9577)
lucky
2021-07-22
std.crypto: handle the top bit in 25519.field.fromBytes64() (#9435)
Frank Denis
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
[next]