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

Hermit randomness API #517

Open
hugusmaximus opened this issue Dec 30, 2023 · 0 comments
Open

Hermit randomness API #517

hugusmaximus opened this issue Dec 30, 2023 · 0 comments

Comments

@hugusmaximus
Copy link

hugusmaximus commented Dec 30, 2023

While trying to add rustls support to tiny_http (Hermit/aarch64), I got this error:

error[E0425]: cannot find function `fill_impl` in this scope
   --> /home/hugo/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.16.20/src/rand.rs:160:9
    |
160 |         fill_impl(dest)
    |         ^^^^^^^^^
    |
help: you might have meant to call the method
    |
160 |         self.fill_impl(dest)
    |         +++++

For more information about this error, try `rustc --explain E0425`.
error: could not compile `ring` (lib) due to 1 previous error

and on this thread:

rust-random/getrandom#199

they say: 'Hermit randomness API always fails on ARM targets."

Is this solved? If not, any possible workaround?

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

1 participant