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-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
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
[next]