Skip to content

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Sep 2, 2025

@newpavlov what's the replacement for StreamCipherCoreWrapper::from_core?

error[E0599]: no function or associated item named `from_core` found for struct `StreamCipherCoreWrapper` in the current scope
   --> ccm/src/lib.rs:265:36
    |
265 | ...let mut ctr = Ctr32BE::from_core(CtrCore::inner_iv_init(&self.ciph...
    |                           ^^^^^^^^^ function or associated item not found in `StreamCipherCoreWrapper<CtrCore<_, Ctr32BE>>`

@tarcieri tarcieri marked this pull request as draft September 2, 2025 03:17
tarcieri added a commit to RustCrypto/traits that referenced this pull request Sep 2, 2025
Removed in #1959 but there are definitely still quite a few usages and I
don't see ways to completely replace all of them with `KeyIvInit`
(though that seems ideal).

See RustCrypto/AEADs#710
tarcieri added a commit that referenced this pull request Sep 2, 2025
@tarcieri tarcieri changed the title [WIP] Bump hybrid-array to v0.4 Bump hybrid-array to v0.4 Sep 2, 2025
@tarcieri tarcieri marked this pull request as ready for review September 2, 2025 12:15
tarcieri added a commit that referenced this pull request Sep 2, 2025
tarcieri added a commit to RustCrypto/traits that referenced this pull request Sep 2, 2025
Removed in #1959 but there are definitely still quite a few usages and I
don't see ways to completely replace all of them with `KeyIvInit`
(though that seems ideal).

See RustCrypto/AEADs#710
@tarcieri tarcieri merged commit 4e4da69 into master Sep 2, 2025
120 checks passed
@tarcieri tarcieri deleted the hybrid-array/v0.4 branch September 2, 2025 12:37
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