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
This commit is contained in:
committed by
Norman Feske
parent
85751b6f12
commit
2f760075a7
7
recipes/src/test-rdrand/content.mk
Normal file
7
recipes/src/test-rdrand/content.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
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)
|
||||
1
recipes/src/test-rdrand/hash
Normal file
1
recipes/src/test-rdrand/hash
Normal file
@@ -0,0 +1 @@
|
||||
2019-02-05-b 31ff420db86cb7010d3ffefa98ffbb6d1c1adc5c
|
||||
1
recipes/src/test-rdrand/used_apis
Normal file
1
recipes/src/test-rdrand/used_apis
Normal file
@@ -0,0 +1 @@
|
||||
base
|
||||
Reference in New Issue
Block a user