slh-dsa: v0.2.0#1423
Draft
baloo wants to merge 1 commit into
Draft
Conversation
Added - `pkcs8` support ([RustCrypto#867]) - `Zeroize` support for `SigningKey` ([RustCrypto#938]) - `no_std` support ([RustCrypto#956]) - Implement `MultipartSigner/Verifier` ([RustCrypto#982]) Changed - Upgrade to the 2024 edition; bump MSRV to 1.85 ([RustCrypto#913]) - Bump `zerocopy` to v0.8 ([RustCrypto#1071]) - Bump `rand_core` to v0.10 ([RustCrypto#1197]) - Bump `digest` to v0.11 ([RustCrypto#1263]) - Bump `sha2` to v0.11 ([RustCrypto#1267]) - Bump `hmac` to v0.13 ([RustCrypto#1274]) - Bump `pkcs8` to v0.11 ([RustCrypto#1316]) - Bump `signature` to v3 ([RustCrypto#1321]) - Migrate from `sha3` to `shake` ([RustCrypto#1359]) Fixed - PK.SEed state caching ([RustCrypto#1116]) [RustCrypto#867]: RustCrypto#867 [RustCrypto#913]: RustCrypto#913 [RustCrypto#938]: RustCrypto#938 [RustCrypto#956]: RustCrypto#956 [RustCrypto#982]: RustCrypto#982 [RustCrypto#1071]: RustCrypto#1071 [RustCrypto#1116]: RustCrypto#1116 [RustCrypto#1197]: RustCrypto#1197 [RustCrypto#1263]: RustCrypto#1263 [RustCrypto#1267]: RustCrypto#1267 [RustCrypto#1274]: RustCrypto#1274 [RustCrypto#1316]: RustCrypto#1316 [RustCrypto#1321]: RustCrypto#1321 [RustCrypto#1359]: RustCrypto#1359
baloo
marked this pull request as draft
July 14, 2026 05:16
baloo
commented
Jul 14, 2026
| The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
| and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
|
||
| ## 0.2.0 (UNRELEASED) |
Member
Author
There was a problem hiding this comment.
Date needs to be updated before release.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
pkcs8support (#867)Zeroizesupport forSigningKey(#938)no_stdsupport (#956)MultipartSigner/Verifier(#982)Changed
zerocopyto v0.8 (#1071)rand_coreto v0.10 (#1197)digestto v0.11 (#1263)sha2to v0.11 (#1267)hmacto v0.13 (#1274)pkcs8to v0.11 (#1316)signatureto v3 (#1321)sha3toshake(#1359)Fixed