Skip to content

signature: define a RandomizedSignerMut trait#1448

Merged
tarcieri merged 3 commits intoRustCrypto:masterfrom
trail-of-forks:RandomizedSignerMut
Jan 5, 2024
Merged

signature: define a RandomizedSignerMut trait#1448
tarcieri merged 3 commits intoRustCrypto:masterfrom
trail-of-forks:RandomizedSignerMut

Conversation

@tjade273
Copy link
Copy Markdown
Contributor

@tjade273 tjade273 commented Jan 3, 2024

Extends #734 with a randomized version. This is useful for LMS / LM-OTS signatures, which are stateful and randomized.

@tarcieri tarcieri changed the title Define a RandomizedSignerMut trait signature: define a RandomizedSignerMut trait Jan 3, 2024
Copy link
Copy Markdown
Member

@tarcieri tarcieri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks reasonable enough

@tarcieri tarcieri merged commit 14ff059 into RustCrypto:master Jan 5, 2024
@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