Closed
Description
As part of rust-random/getrandom#38 we are trying to figure out if we can reliably use the macOS/iOS getentropy(2)
function (added in macOS 10.12 and iOS 10).
The Rust Platform Support page has a minimum version for macOS (10.7) but not for iOS. Given that distribution of iOS installs is much better than that of macOS or Android, I think setting iOS 10 to be the minimum supported version would be reasonable.
If we do decide the that Rust's min iOS version is >= 10
, we should at least add all the new libc functions added since then (including getentropy
).
Metadata
Metadata
Assignees
Labels
No labels