Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuchsia's getrandom uses OS's CSPRNG
The `getrandom::getrandom` on Fuchsia uses `zx_cprng_draw` to get cryptographically secure random data, which can be seen [here](https://github.com/rust-random/getrandom/blob/master/src/fuchsia.rs).
- Loading branch information