Skip to content

signature: Remove blanket SignerMut impl (breaking change)#1915

Merged
tarcieri merged 2 commits intoRustCrypto:masterfrom
carloskiki:signer-mut
Jul 4, 2025
Merged

signature: Remove blanket SignerMut impl (breaking change)#1915
tarcieri merged 2 commits intoRustCrypto:masterfrom
carloskiki:signer-mut

Conversation

@carloskiki
Copy link
Copy Markdown
Contributor

As discussed in #1914.

@tarcieri tarcieri merged commit 5cacd65 into RustCrypto:master Jul 4, 2025
11 checks passed
@tarcieri tarcieri mentioned this pull request May 2, 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