Packages
Runs the jitterentropy-rngd using Mountrop to provide extra random noise from CPU jitter
Current section
Files
Jump to
Current section
Files
jitter_entropy_port
Makefile
Makefile
PREFIX = $(MIX_COMPILE_PATH)/../priv
all: $(PREFIX)
$(MAKE) -C src all
cp src/jitterentropy-rngd $(PREFIX)/jitterentropy-rngd
$(PREFIX):
mkdir -p $@