CprngConfig

cprng 行为的选项

字段类型说明默认
seed_require_jitterentropy bool 启用后,如果 jitterentropy 在初始种子时失败,CPRNG 会 panic。
seed_require_cmdline bool 启用后,如果您未通过内核命令行提供熵输入,CPRNG 会 panic。
reseed_require_jitterentropy bool 启用后,如果 jitterentropy 在重新播种时失败,CPRNG 会 panic。