Uh oh!
There was an error while loading. Please reload this page.
digest v0.11.0 - #2300
Merged
Merged
Conversation
tarcieri
commented
Feb 12, 2026
MemberAuthor
Note: I'd still like to get some clarity on what to do about |
Member
Since |
newpavlov
approved these changes
Feb 12, 2026
tarcieri
commented
Feb 12, 2026
MemberAuthor
|
tarcieri added a commit
that referenced
this pull request
Feb 12, 2026
tarcieriforce-pushed
the
digest/v0.11.0
branch
from
February 12, 2026 19:08
4fa314c to
a9f3851Comparetarcieri
marked this pull request as ready for review
February 12, 2026 19:08
tarcieri
commented
Feb 13, 2026
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tarcieri added a commit
to RustCrypto/MACs
that referenced
this pull request
Feb 14, 2026
tarcieri added a commit
to RustCrypto/MACs
that referenced
this pull request
Feb 14, 2026
tarcieri added a commit
to RustCrypto/formats
that referenced
this pull request
Feb 14, 2026
tarcieri added a commit
to RustCrypto/formats
that referenced
this pull request
Feb 14, 2026
9 tasks
tarcieri added a commit
to RustCrypto/signatures
that referenced
this pull request
Mar 2, 2026
tarcieri added a commit
to RustCrypto/signatures
that referenced
this pull request
Mar 2, 2026
tarcieri added a commit
to RustCrypto/signatures
that referenced
this pull request
Mar 2, 2026
tarcieri added a commit
to RustCrypto/signatures
that referenced
this pull request
Mar 2, 2026
tarcieri added a commit
to RustCrypto/signatures
that referenced
this pull request
Mar 2, 2026
tarcieri added a commit
that referenced
this pull request
Mar 8, 2026
tarcieri added a commit
that referenced
this pull request
Mar 8, 2026
tarcieri added a commit
to RustCrypto/password-hashes
that referenced
this pull request
Mar 10, 2026
tarcieri added a commit
to RustCrypto/password-hashes
that referenced
this pull request
Mar 10, 2026
tarcieri added a commit
to RustCrypto/elliptic-curves
that referenced
this pull request
Mar 10, 2026
tarcieri added a commit
to RustCrypto/elliptic-curves
that referenced
this pull request
Mar 10, 2026
tarcieri added a commit
to dalek-cryptography/curve25519-dalek
that referenced
this pull request
Mar 29, 2026
Release PRs: - `digest`: RustCrypto/traits#2300 - `sha2`: RustCrypto/hashes#806
rozbb pushed a commit
to dalek-cryptography/curve25519-dalek
that referenced
this pull request
Mar 29, 2026
Release PRs: - `digest`: RustCrypto/traits#2300 - `sha2`: RustCrypto/hashes#806
tarcieri added a commit
to RustCrypto/KDFs
that referenced
this pull request
Mar 29, 2026
tarcieri added a commit
to RustCrypto/KDFs
that referenced
this pull request
Mar 29, 2026
Merged
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)
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 freeto 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
CustomizedInittrait (#1334)SerializableStatesupport (#1369)DynDigestWithOidwrapper trait (#1390)VariableOutputCoreCustomizedtrait (#1787, #2043)buffer_fixed,buffer_ct_variable,buffer_rt_variable, andbuffer_xofmacros (#1799)XofFixedWrapper(#1815)CollisionResistancetrait (#1820)CoreProxy::compose/decomposemethods (#1898)EagerHashtrait (#2014)Changed
generic-arraywithhybrid-array(#1358)crypto-commondependency bumped to v0.2 (#1173)const-oiddependency to v0.10 (#1772)digest::core_apirenamed todigest::block_api(#1799)CtVariableCoreWrapperrenamed toCtOutWrapper(#1799)CtOutWrapper(#1799)SerializableStatetrait (#1953)new_test!andnew_mac_test!macros (#1958)block-bufferto v0.11 (#2082)crypto-commonmoved todigest::common(#2237)crypto-commonto v0.2 (#2276)subtlewithctutils(#2301)Removed
Mac::new,Mac::new_from_slice, andMac::generate_keymethods (#1173)CoreWrapper,RtVariableCoreWrapper, andXofReaderCoreWrappertypes (#1799)io::Write/Readimplementations in favor of thedigest_io::IoWrappertype (#1809)VariableOutputtrait (#2043)subtle::ConstantTimeEqforCtOutput. Note that implementation ofPartialEq/Eqtrait is still const time. (#2292)