Commit graph

8 commits

Author SHA1 Message Date
dependabot[bot]
28611ad16c
build(deps): bump rand from 0.9.2 to 0.9.4 (#896) 2026-05-03 19:42:34 -06:00
Arthur Gautier
3958e0ebf7
bump rustcrypto dependencies to released versions (#902)
This bumps `pkcs8`, `signature`, `spki`, `sha3`, and `der` to newly released versions.

This also bumps the version of `blake2`, `rustcrypto-ff`,
`rustcrypto-group`, and `ed25519` to their latest pre-released versions.
2026-05-02 15:06:44 -06:00
Michael Rosenberg
fc23dd4a86
ed: Unvendor STROBE (#895)
* Fix bench build

* Remove vendored strobe impl and use strobe-rs
2026-03-30 09:51:17 -04:00
Tony Arcieri
bad078de58
Bump cpufeatures to v0.3 (#894)
Release PR: RustCrypto/utils#1446
2026-03-29 17:55:42 -04:00
Tony Arcieri
53a86c7c9c
Bump digest and sha2 to v0.11 (#893)
Release PRs:
- `digest`: RustCrypto/traits#2300
- `sha2`: RustCrypto/hashes#806
2026-03-29 17:29:12 -04:00
Tony Arcieri
ddb8c6813a
ed25519-dalek: bump keccak dependency to v0.2 (#892)
This optional dependency is used by our vendored STROBE implementation
for batch verification.

Release PR: RustCrypto/sponges#117
2026-03-29 16:55:40 -04:00
Tony Arcieri
ea475248ae
curve,ed,x: Bump rand_core to v0.10; getrandom to v0.4 (#877)
Also bumps additional RustCrypto dependencies
2026-02-03 12:34:37 -05:00
Michael Rosenberg
59305b4e26
curve,ed: Update digest and sha2 deps (#875)
Co-authored-by: Michael Rosenberg <mrosenberg@cloudflare.com>
2026-02-02 16:39:43 -07:00