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-11-28
std.crypto.edwards25519: add a rejectLowOrder() function (#13668)
Frank Denis
2022-11-24
std.crypto.ed25519 incremental signatures: hash the fallback noise (#13643)
Frank Denis
2022-11-22
std.crypto.auth: add AEGIS MAC (#13607)
Frank Denis
2022-11-20
Add the POLYVAL universal hash function
Frank Denis
2022-11-17
ghash: handle the .hi_lo case when no CLMUL acceleration is present, too
Frank Denis
2022-11-17
Reapply "std.crypto.onetimeauth.ghash: faster GHASH on modern CPUs (#13566)"
Frank Denis
2022-11-17
Revert "std.crypto.onetimeauth.ghash: faster GHASH on modern CPUs (#13566)"
Andrew Kelley
2022-11-17
std.crypto.onetimeauth.ghash: faster GHASH on modern CPUs (#13566)
Frank Denis
2022-11-14
crypto.bcrypt: fix massive speed regression when using stage2 (#13518)
Frank Denis
2022-11-14
std.crypto.ghash: fix uninitialized polynomial use (#13527)
Naoki MATSUMOTO
2022-11-11
crypto.AesGcm: provision ghash for the final block
Frank Denis
2022-11-10
crypto.ghash: define aggregate tresholds as blocks, not bytes (#13507)
Frank Denis
2022-11-08
crypto.ghash: compatibility with stage1
Frank Denis
2022-11-07
std.crypto: make ghash faster, esp. for small messages (#13464)
Frank Denis
2022-11-07
crypto.core.aes: process 6 block in parallel instead of 8 on aarch64 (#13473)
Frank Denis
2022-11-06
crypto.salsa20: make the number of rounds a comptime parameter (#13442)
Frank Denis
2022-11-03
std.crypto.pwhash.bcrypt: inline the Feistel network function (#13416)
Frank Denis
2022-11-01
std: avoid vector usage with the C backend
Jacob Young
2022-11-01
std.crypto.onetimeauth.Ghash: make GHASH 2 - 2.5x faster (#13374)
Frank Denis
2022-11-01
ed25519: recommend using the seed to recover a key pair
Frank Denis
2022-11-01
Ed25519.KeyPair.fromSecretKey() didn't compile after the API changes (#13386)
Frank Denis
2022-10-28
std.crypto: Use `featureSetHas` to gate intrinsics
Cody Tapscott
2022-10-28
std.crypto: Add `isComptime` guard around intrinsics
Cody Tapscott
2022-10-28
std.crypto: Optimize SHA-256 intrinsics for AMD x86-64
Cody Tapscott
2022-10-28
std.crypto: SHA-256 Properly gate comptime conditional
Cody Tapscott
2022-10-28
crypto.sha2: Use intrinsics for SHA-256 on x86-64 and AArch64
Cody Tapscott
2022-10-28
std.sign.ecdsa: add support for incremental signatures (#13332)
Frank Denis
2022-10-27
Revamp the ed25519 API (#13309)
Frank Denis
2022-10-26
std.crypto.sign.ecdsa: accepts unusual parameters like EcdsaP384Sha256 (#13302)
Naoki MATSUMOTO
2022-10-25
crypto/bcrypt: don't reimplement base64, just use a custom alphabet
Frank Denis
2022-10-20
crypto/benchmark - replace testing allocator
Matheus C. França
2022-09-16
std: remove deprecated API for the upcoming release
Andrew Kelley
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
[next]