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
/
ecdsa.zig
Age
Commit message (
Expand
)
Author
2025-10-18
std: split up ecdsa tests
Matthew Lugg
2025-10-18
crypto.ecdsa: trim the number of tests we perform
Frank Denis
2025-09-08
ECDSA signature der encoding should produce smallest number of octets (#25177)
Igor Anić
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-08-05
crypto: fix typo in ecdsa comment
David Rubin
2025-04-20
crypto.ecdsa: add the ability to sign/verify prehashed messages (#23607)
Frank Denis
2025-04-15
crypto.ecdsa: stricter DER decoding of signatures (#23554)
Frank Denis
2025-03-29
crypto.ecdsa: fix EcdsaP384Sha3_384 constant name (#23403)
Frank Denis
2024-11-19
std.crypto: make the key pair API creation consistent (#21955)
Frank Denis
2024-11-07
std.crypto: delete new functions that are only used once
Jacob Young
2024-11-07
std.crypto.tls: implement TLSv1.2
Jacob Young
2024-08-07
std.crypto.ecdsa: use separate function for null seed (#20953)
Jakub Dóka
2024-04-20
Rename der_encoded_max_length to der_encoded_length_max
Frank Denis
2024-04-09
crypto.sha3: implement constructions from NIST SP 800-185 (#19533)
Frank Denis
2024-02-26
Remove redundant test name prefixes now that test names are fully qualified
Ryan Liptak
2024-02-12
x86_64: implement `@byteSwap` of big integers
Jacob Young
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-11-03
x86_64: fix std test failures
Jacob Young
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-26
x86_64: add missing spills
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable difficult std tests and hack around more zero-bit types
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-14
secp256k1: Endormorphism.splitScalar() can return an error (#15270)
Frank Denis
2022-10-28
std.sign.ecdsa: add support for incremental signatures (#13332)
Frank Denis
2022-10-26
std.crypto.sign.ecdsa: accepts unusual parameters like EcdsaP384Sha256 (#13302)
Naoki MATSUMOTO
2022-07-06
crypto.sign.ecdsa: fix toCompressedSec1()/toUnompressedSec1() (#12009)
Frank Denis
2022-07-01
std.crypto.hash: allow creating hash functions from compositions (#11965)
Frank Denis
2022-06-15
std/crypto: add support for ECDSA signatures (#11855)
Frank Denis