Files
genode-world/recipes/src/test-rdrand/content.mk
Emery Hemingway 2f760075a7 Utility for using the RDRAND instruction
On some x86_64 hardware the RDRAND instruction returns 64bits of entropy
from an on-chip random number generator. RDRAND is not recommended as an
exclusive source of entropy for cryptographic applications.

https://en.wikipedia.org/wiki/RdRand
2019-02-12 10:23:08 +01:00

8 lines
183 B
Makefile

SRC_DIR = src/test/rdrand
include $(GENODE_DIR)/repos/base/recipes/src/content.inc
content: include/spec/x86_64/os/rdrand.h
include/spec/x86_64/os/rdrand.h:
$(mirror_from_rep_dir)