Uh oh!
There was an error while loading. Please reload this page.
Replace subtle with ctutils - #879
Merged
Merged
Conversation
tarcieriforce-pushed
the
replace-subtle-with-ctutils
branch
from
August 19, 2026 18:00
5c3304a to
e049b08Comparetarcieriforce-pushed
the
replace-subtle-with-ctutils
branch
from
August 21, 2026 20:09
e049b08 to
f717b51CompareUh oh!
There was an error while loading. Please reload this page.
tarcieri added a commit
that referenced
this pull request
Aug 21, 2026
The initial `.0` releases of these crates still used `subtle` exclusively for the tag comparison and `ctutils` for everything else. This cuts new releases with #879, a PR which switched from `subtle` to `ctutils`. Releases the following: - `aes-gcm` v0.11.1 - `aes-gcm-siv` v0.12.1 - `ascon-aead128` v0.1.1 - `belt-dwp` v0.1.1 - `ccm` v0.6.1 - `deoxys` v0.2.1 - `eax` v0.6.1
Merged
tarcieri added a commit
that referenced
this pull request
Aug 24, 2026
## Added - `bytes` feature (#631) ## Changed - Use `dbl` crate (#606) - Edition changed to 2024 and MSRV bumped to 1.85 (#662) - Relax MSRV policy and allow MSRV bumps in patch releases - Migrate to `AeadInOut` (#665) - `L_TABLE_SIZE` is now a const generic parameter on `Ocb3` (#763) - Bump `cipher` to v0.5 (#793) - Bump `aes` to v0.9 (#793) - Bump `ctr` to v0.10 (#793) - Bump `aead` to v0.6 (#831) - Replace `subtle` with `ctutils` (#879) ## Fixed - Return error on large plaintexts or associated data instead of panicking (#763) ## Removed - `std` and `stream` features (#662)
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.
See RustCrypto/traits#2275