I am no expert on the RNG`s but found this command to check the pool:
Code:
cat /proc/sys/kernel/random/entropy_avail
With dnscypt installer`s Haveged(and entware version), The pool can never get below 1024bit i think, maximum should be 4096bit
I still haven`t seen any cpu spikes here with using both. Ofc if it seems to be a issue, Haveged should be removed.
Code:
PID PPID USER STAT VSZ VSZ% CPU CPU% ↓ COMMAND
911 1 izzt S 7548 0.8 0 0.0 /jffs/dnscrypt/haveged -w 1024 -d 32 -i 32 -v 1
1094 1 izzt S 2004 0.2 0 0.0 /usr/sbin/jitterentropy-rngd -p /var/run/jitterentropy-rngd.pid
Some extra info:
When building secure systems, having a source of random numbers is essential. Without them, most cryptographic systems break down and the privacy and authenticity of communications between two parties can be subverted.
blog.cloudflare.com