Skip to content

wycheproof2blb: fix blobby import#1219

Merged
newpavlov merged 1 commit intoRustCrypto:masterfrom
kpp:kpp/wycheproof2blb_cargo
Sep 20, 2025
Merged

wycheproof2blb: fix blobby import#1219
newpavlov merged 1 commit intoRustCrypto:masterfrom
kpp:kpp/wycheproof2blb_cargo

Conversation

@kpp
Copy link
Copy Markdown
Contributor

@kpp kpp commented Sep 20, 2025

Fix error:

   Compiling wycheproof2blb v0.2.0-pre (/home/kpp/rustcrypto_utils/wycheproof2blb)
error[E0425]: cannot find function `encode_blobs` in crate `blobby`
   --> wycheproof2blb/src/main.rs:155:33
    |
155 |     let (blb_data, _) = blobby::encode_blobs(&blobs);
    |                                 ^^^^^^^^^^^^ not found in `blobby`
    |
note: found an item that was configured out
   --> /home/kpp/utils/blobby/src/lib.rs:20:7
    |
    = note: the item is gated behind the `alloc` feature

I don't know why your CI doesn't catch it 🤷

@newpavlov
Copy link
Copy Markdown
Member

I don't know why your CI doesn't catch it

Hm, it's probably because the feature gets enabled by another crate in the workspace.

@newpavlov newpavlov merged commit 16c3b91 into RustCrypto:master Sep 20, 2025
3 checks passed
@kpp kpp deleted the kpp/wycheproof2blb_cargo branch September 20, 2025 18:00
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