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
8 lines
183 B
Makefile
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)
|