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
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-08-09
std: add workaround for stage2 bug
Veikka Tuominen
2022-08-03
crypto.sign.ed25519: include a context string in blind key signatures (#12316)
Frank Denis
2022-07-26
std.fmt: require specifier for unwrapping ?T and E!T
InKryption
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-24
Revert "std.fmt: require specifier for unwrapping ?T and E!T."
Andrew Kelley
2022-07-24
std.fmt: require specifier for unwrapping ?T and E!T.
InKryption
2022-07-08
crypto.sign.ed25519: add support for blind key signatures (#11868)
Frank Denis
2022-07-06
crypto.sign.ecdsa: fix toCompressedSec1()/toUnompressedSec1() (#12009)
Frank Denis
2022-07-01
crypto: add the Xoodoo permutation, prepare for Gimli deprecation (#11866)
Frank Denis
2022-07-01
std.crypto.hash: allow creating hash functions from compositions (#11965)
Frank Denis
2022-06-29
std.crypto.ecc: add support for the secp256k1 curve (#11880)
Frank Denis
2022-06-29
std/crypto/{25519,pcurves}: make the scalar field order public (#11955)
Frank Denis
2022-06-29
std.crypto.{p256,p384}: process the top nibble in mulDoubleBasePublic (#11956)
Frank Denis
2022-06-27
std.crypto.25519.field: avoid excessive inlining
Andrew Kelley
2022-06-20
std.crypto: fix invalid pass by value
Veikka Tuominen
2022-06-15
std/crypto: add support for ECDSA signatures (#11855)
Frank Denis
2022-06-13
crypto/pcurves: compute constants for inversion at comptime (#11780)
Frank Denis
2022-06-12
std: disable failing tests, add zig2 build test-std to CI
Veikka Tuominen
2022-06-06
std: add necessary `@alignCast`s
Veikka Tuominen
2022-06-03
std: update tests to stage2 semantics
Veikka Tuominen
2022-05-31
crypto: add support for the NIST P-384 curve (#11735)
Frank Denis
2022-05-26
crypto/25519: add scalar.random(), use CompressedScalar type
Frank Denis
2022-05-25
std.crypto: cosmetic improvement to AES multiplication algorithm (#11616)
Helio Machado
2022-05-16
Fixes comptime 'error: cannot assign to constant' error in siphash.
Felix "xq" Queißner
2022-05-10
Typo
Frank Denis
2022-05-09
std.crypto: generate AES constants at compile time (#11612)
Helio Machado
2022-05-03
edwards25519 fixes (#11568)
Frank Denis
2022-04-27
std: replace usage of std.meta.bitCount() with @bitSizeOf()
Isaac Freund
2022-04-24
std: fix crypto and hash benchmark
jagt
2022-04-07
crypto/x25519: implement clearCofactor() (#11355)
Frank Denis
2022-04-05
zig fmt: remove trailing whitespace on doc comments
Damien Firmenich
2022-03-30
replace other uses of `std.meta.Vector` with `@Vector` (#11346)
Meghan
2022-03-27
std.crypto.blake3: use `@Vector` instead of `std.meta.Vector`
Andrew Kelley
2022-02-01
stage2: remove anytype fields from the language
Andrew Kelley
2022-01-28
std: break up some long lines
Andrew Kelley
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
[next]