Skip to content

signature: add AsyncVerifier, AsyncMultipartVerifier, AsyncDigestVerifier#2288

Merged
tarcieri merged 1 commit intoRustCrypto:masterfrom
Gozala:patch-1
May 1, 2026
Merged

signature: add AsyncVerifier, AsyncMultipartVerifier, AsyncDigestVerifier#2288
tarcieri merged 1 commit intoRustCrypto:masterfrom
Gozala:patch-1

Conversation

@Gozala
Copy link
Copy Markdown
Contributor

@Gozala Gozala commented Feb 6, 2026

Submission per #2287

@tarcieri tarcieri changed the title feat: Add async verification traits for signatures signature: add AsyncVerifier, AsyncMultipartVerifier, AsyncDigestVerifier May 1, 2026
@tarcieri tarcieri merged commit 7b029ba into RustCrypto:master May 1, 2026
11 checks passed
This was referenced May 1, 2026
tarcieri added a commit that referenced this pull request May 2, 2026
## Added
- `RandomizedSignerMut` trait (#1448)
- `core::error::Error` support (#1711)
- Async traits incorporated from the `async-signature` crate (#1720, #2288)
- `MultipartSigner` and `MultipartVerifier` traits (#1880)

## Changed
- Edition changed to 2024 and MSRV bumped to 1.85 (#1759)
- Use `Fn(&mut D)` for `*DigestSigner`/`*DigestVerifier` (#2004)
- Bump `rand_core` to v0.10 (#2250)
- Bump `digest` to v0.11 (#2300)

## Removed
- Error source from display message (#1689)
- `std` feature (#1829)
- `derive` feature (#1843)
- `SignerMut` blanket implementation for `Signer` (#1915)
- `PrehashSignature` trait (#1924)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants