less-safe-getrandom-custom-or-rdrand
not working on target x86_64-fortanix-unknown-sgx
#2043
Labels
less-safe-getrandom-custom-or-rdrand
not working on target x86_64-fortanix-unknown-sgx
#2043
I'm not sure about the current state of support for this target (see #775), but I'm not sure if you know about this already, hence this issue:
The
x86_64-fortanix-unknown-sgx
target hastarget_os = "unknown"
instead ofnone
for some reason. This means that although ring compiles for this target there is no way to use ring with RDRAND. The following feature flag + line works for embedded devices but not in SGX.Thus
SystemRandom
can never implementSecureRandom
on that target.Also see #744
The text was updated successfully, but these errors were encountered: