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
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-16
migration: std.math.{min, min3, max, max3} -> `@min` & `@max`
r00ster91
2023-06-13
Merge pull request #15957 from BratishkaErik/deprecated-
Andrew Kelley
2023-06-13
crypto.pcurves: don't assume that points with X=0 are at infinity (#16017)
Frank Denis
2023-06-13
std.crypto.sign.Ed25519: remove `sign`, `verify`, `key_blinding.sign`, and
Eric Joldasov
2023-06-12
std.crypto.tls.Client: fix @memcpy crash in limitedOverlapCopy
mlugg
2023-06-06
crypto.bcrypt: allow very large passwords to be pre-hashed (#15955)
Frank Denis
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-06-03
Merge pull request #15927 from truemedian/http-bugs
Andrew Kelley
2023-06-02
Fix std.hash benchmarks (#15917)
Frank Denis
2023-06-01
std.http: add TlsAlert descriptions so that they can at least be viewed in er...
Nameless
2023-05-30
RSA: remove usage of allocators (#15901)
Frank Denis
2023-05-27
poly1305: properly cast the mask from u1 to u64 (#15869)
Frank Denis
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2023-05-24
std.crypto: 2.5 times faster ghash and polyval on WebAssembly (#15835)
Frank Denis
2023-05-23
crypto.aes: define optimal_parallel_blocks for more CPUs (#15829)
Frank Denis
2023-05-23
std.crypto.chacha: remove the hack for ChaCha with a 64-bit counter (#15818)
Frank Denis
2023-05-23
crypto/tls: switch X25519Kyber768Draft00 to new codepoint (#15821)
Bas Westerbaan
2023-05-23
Merge pull request #15235 from Vexu/safety
Veikka Tuominen
2023-05-23
Make Poly1305 faster by leveraging @addWithOverflow/@subWithOverflow (#15815)
Frank Denis
2023-05-22
std.crypto.chacha: support larger vectors on AVX2 and AVX512 targets (#15809)
Frank Denis
2023-05-22
Ignore certificates with unknown OID (#15539)
DraagrenKirneh
2023-05-22
std.crypto.ff - Alloc-free, constant-time field arithmetic for crypto (#15795)
Frank Denis
2023-05-21
std.crypto: expose Fe isOdd & add basic parity tests for each pcurve (#15734)
Chris Heyes
2023-05-20
Zir: eliminate `field_call_bind` and `field_call_bind_named`
mlugg
2023-05-18
std.crypto.tls.Client.readvAdvanced: fix bugs
Andrew Kelley
2023-05-16
crypto.AegisMac: fix a regression from s/mem.copy/@memcpy/ (#15733)
Frank Denis
2023-05-16
workaround AstGen's love for copying arrays
Veikka Tuominen
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-09
tls: update finishRead2 for new @memcpy semantics
Pyry Kovanen
2023-05-03
fix bug and simplify std.crypto.tls.Client.limitVecs
Jonathan Marler
2023-05-01
Fix PBKDF2 docstring comment
jcalabro
2023-04-30
std: fix a bunch of typos
Linus Groh
2023-04-28
std: update to use `@memcpy` directly
Andrew Kelley
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-25
update `@memcpy` to require equal src and dest lens
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-23
Add `@inComptime` builtin
mlugg
2023-04-21
std: remove names from incorrectly named tests
Jacob Young
2023-04-21
cbe: fix remaining aarch64 issues
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-21
AEGIS MAC: add support for 128-bit tags (#15379)
Frank Denis
2023-04-17
add explicit error union for Bundle.rescan and associated functions
Nameless
2023-04-14
std.crypto.aegis: support 256-bit tags (#15276)
Frank Denis
2023-04-14
secp256k1: Endormorphism.splitScalar() can return an error (#15270)
Frank Denis
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-04-08
tls.Client: don't read if we don't need more data
Nameless
2023-03-22
TLS: Favor ChaCha over AES-based ciphers on CPUs without AES support (#15034)
Frank Denis
[next]