Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no_std trouble with crate blake2-rfc #97

Open
brenzi opened this issue May 1, 2019 · 4 comments
Open

no_std trouble with crate blake2-rfc #97

brenzi opened this issue May 1, 2019 · 4 comments

Comments

@brenzi
Copy link

brenzi commented May 1, 2019

This is expected to be an upstream problem, but I couldn't find the cause so far, maybe you can help?

cesarb/blake2-rfc#12

https://github.com/cesarb/blake2-rfc

@brenzi
Copy link
Author

brenzi commented May 1, 2019

Its probably a problem with a dependency of blake2.rfc: arrayvec doesnt support no_std correctly

@brenzi brenzi closed this as completed May 1, 2019
@brenzi
Copy link
Author

brenzi commented May 1, 2019

it wasn't arrayvec. Other ideas?

@brenzi brenzi reopened this May 1, 2019
@elichai
Copy link
Contributor

elichai commented May 1, 2019

did you pass default-features = false?

@brenzi
Copy link
Author

brenzi commented May 1, 2019

yes:

blake2-rfc = { version = "0.2.18", default-features = false}

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

No branches or pull requests

2 participants