Skip to content

Conversation

@tarcieri
Copy link
Member

@tarcieri tarcieri commented Sep 2, 2025

@newpavlov not sure what needs to change here:

error[E0432]: unresolved import `cipher::StreamCipherCoreWrapper`
  --> ofb/src/lib.rs:73:5
   |
73 |     StreamCipherCoreWrapper,
   |     ^^^^^^^^^^^^^^^^^^^^^^^
   |     |
   |     no `StreamCipherCoreWrapper` in the root
   |     help: a similar name exists in the module: `StreamCipherCore`

Also looks like the tests need to be updated

@tarcieri tarcieri requested a review from newpavlov September 2, 2025 01:03
@tarcieri tarcieri marked this pull request as draft September 2, 2025 01:03
@newpavlov
Copy link
Member

You need ti enable the stream-wrapper feature on crates which use StreamCipherCoreWrapper.

@tarcieri
Copy link
Member Author

tarcieri commented Sep 2, 2025

@newpavlov cool, everything compiles now, sans the tests

@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 02:26
@tarcieri tarcieri merged commit 044d101 into master Sep 2, 2025
66 checks passed
@tarcieri tarcieri deleted the hybrid-array/v0.4 branch September 2, 2025 02:27
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.

3 participants