CprngConfig

Options for cprng behaviors

FieldTypeDescriptionDefault
seed_require_jitterentropy bool When enabled and if jitterentropy fails at initial seeding, CPRNG panics.
seed_require_cmdline bool When enabled and if you do not provide entropy input from the kernel command line, CPRNG panics.
reseed_require_jitterentropy bool When enabled and if jitterentropy fails at reseeding, CPRNG panics.