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
The RDRAND code used in generate_random_number32/64 does not contain a workaround for the AMD glitch. You can take a look at the getrandom code for reference.
Also it would be nice if instead of generate_random_number32/64 you will expose a Linux-like interface, i.e. a syscall which will work on buffers.
The text was updated successfully, but these errors were encountered:
The RDRAND code used in
generate_random_number32/64
does not contain a workaround for the AMD glitch. You can take a look at thegetrandom
code for reference.Also it would be nice if instead of
generate_random_number32/64
you will expose a Linux-like interface, i.e. a syscall which will work on buffers.The text was updated successfully, but these errors were encountered: