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