You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #2387 - erickt:remove-cprng, r=JohnTitor
Revert "fuchsia add getrandom equivalent zx_cprng_draw."
This reverts commit 5b8616e.
I'm on the Fuchsia Rust team, and we would like this reverted for a few reasons. First, these functions are not actually exposed in our `libc`. Instead, it comes from our `libzircon` library. Second, we haven't solidified these APIs, nor have we committed to exactly which library to expose them from.
Instead, we've created https://crates.io/crates/fuchsia-cprng to expose this functionality. This lets us more easily track our downstream users, and help them update if we ever make a breaking change.
cc `@devnexen` and `@anp`
0 commit comments