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

ARM TRNGs #19

Open
cfcs opened this issue Feb 27, 2020 · 0 comments
Open

ARM TRNGs #19

cfcs opened this issue Feb 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@cfcs
Copy link
Collaborator

cfcs commented Feb 27, 2020

Not for now, but in the future ARM is getting RDSEED-like instructions (don't believe there are currently any chips available with this 8.5-A ISA):
https://community.arm.com/developer/ip-products/processors/b/processors-ip-blog/posts/arm-a-profile-architecture-2018-developments-armv85a

Armv8.5-A also contains other small features, including:
Random Number instructions – providing Deterministic and True Random Numbers conforming to various National and International Standards.

This would go in caml_cpu_checked_random and caml_cpu_unchecked_random in src/native/entropy_cpu_stubs.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant