Skip to content

Conversation

@josephlr
Copy link
Member

Currently, getrandom supports almost all targets that rustc can build. The exceptions are:

  • target_os = "none"
  • target_os = "l4re"
  • target_os = "hermit"

This PR adds support for the later two. Both implementations should just use RDRAND as:

@newpavlov newpavlov merged commit b3e609f into rust-random:master Jul 12, 2019
@josephlr josephlr deleted the hermit branch July 15, 2019 17:49
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

Successfully merging this pull request may close these issues.

2 participants