Skip to content

Fix randd TODOs for CSPRNG and allowing entropy write

Kalfar requested to merge kal/randd:kalfar into master

Change PRNG to be ChaCha20 PRNG and seeding with 512 bits of entropy from rdrand (if available) Add permissions to scheme operations Add ability to change owner/group/mode Add ability to write entropy to the PRNG scheme Add streaming of ChaCha20 PRNG output based on file open operation. Add not seeded message if rdrand not present on CPU Add extra TODOs for new future work, as this is still a work in progress (e.g. needs sensible entropy pooling solution)

Merge request reports