1
0
Fork
You've already forked urngd
0
  • C 69.5%
  • CMake 23.8%
  • Makefile 6.7%
Find a file
Christian Marangi f17e33d994
CMakeLists: update cmake minimum required version to 3.10
New cmake version 4.0 requires at least 3.5 version as the minimum
required version with it increased to 3.10 in to-be-released cmake
versions.
Set the minimum required version to 3.10 to future-proof for future
cmake version.
Suggested-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025年10月03日 23:29:48 +02:00
3rdparty jitterentropy-rngd: update to the v1.2.0 2023年07月25日 09:20:58 +02:00
cmake Initial commit 2019年05月20日 14:18:36 +02:00
.gitignore Initial commit 2019年05月20日 14:18:36 +02:00
.gitlab-ci.yml Add initial GitLab CI support 2019年10月11日 10:29:26 +02:00
.gitmodules Initial commit 2019年05月20日 14:18:36 +02:00
CMakeLists.txt CMakeLists: update cmake minimum required version to 3.10 2025年10月03日 23:29:48 +02:00
log.h Initial commit 2019年05月20日 14:18:36 +02:00
Makefile Initial commit 2019年05月20日 14:18:36 +02:00
README.md Initial commit 2019年05月20日 14:18:36 +02:00
urngd.c Fix blocked entropy generation 2020年01月21日 16:56:08 +01:00

μrngd

μrngd is OpenWrt's micro non-physical true random number generator based on timing jitter.

Using the Jitter RNG core, the rngd provides an entropy source that feeds into the Linux /dev/random device if its entropy runs low. It updates the /dev/random entropy estimator such that the newly provided entropy unblocks /dev/random.

The seeding of /dev/random also ensures that /dev/urandom benefits from entropy. Especially during boot time, when the entropy of Linux is low, the Jitter RNGd provides a source of sufficient entropy.